/* print styles */

#leftmenu
		{
			display:none;
		}

#header
		{
			display:none;
		}

#content
		{
			width:100%;
		}

#footer
		{
			display:none;
		}

body	{
			color: black; 
			background: blue;
			background-color: green;			
			font-size:13px;
		}

A:link, A:visited 
		{
			background: red; 
			background-color: red; 
			color: blue;
			text-decoration: none;
			text-align:justify;
			font-size:16px;
		}
   
h1, h2, h3 
		{
			color: black; 
			background: blue;
			background-color: green;			
			font-size:13px;
		}
product
		{
			text-decoration: none;
			color: #000000;
			font: Verdana;
			font-size: 11px;
			font-weight:100;
		}

.redbold
			{
				font-family: Tahoma;
				font-size: 12pt;
				color: #CC3333;
				font-weight:bold;
				text-decoration:none;
			}

.WhiteTitle
			{
				font-family: Tahoma;
				font-size:16px;
				font-weight:bold;
				color:#000000;
				text-align:center;
			}			