body  {
    background-color : #FFFFFF;
	color : 000000;
	margin : 0px;
	font-family: sans-serif;
    }
	
#main  {
    background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding: 10px;
    }

p { 
	font: 8pt verdana; 
	margin-top: 0px; 
	margin-bottom: 2px;
	text-align: justify;
	}
	
p.center { 
	font: 8pt verdana; 
	margin-top: 0px; 
	margin-bottom: 2px;
	text-align: center;
	}
	
h1 { 
	font: bold 16pt verdana; 
	margin-bottom: 0px; 
	color: #48587E;
	}

h2 { 
	font: italic bold 13pt verdana; 
	margin-bottom: 0px; 
	color: #CBBD93;
	}

h3 {
	margin-bottom: 0px;
	}
	
h3 a:link {
	color: red;
	text-decoration: underline;
	}
	
h3 a:visited {
	color: red;
	text-decoration: underline;
	}

h3 a:hover {
	color: #48587E;
	text-decoration: underline;
	}
	
td.products {
	text-align: center;
	border: 1px solid black;
	background: #E8E5DB;
	}

a:link  {
   	color : maroon;
   	text-decoration : underline;
	}
   
a:visited  {
   	color : maroon;
   	text-decoration : underline;
	}
    
a:hover  {
   	color : Black;
   	text-decoration : underline;
   	background-color : #E7E7F0;
    }
    
a:active  {
   	color : maroon;
   	text-decoration : underline;
	}
    
a:focus  {
   	color : maroon;
   	text-decoration : underline;
	}