body 	{font-size: 12pt;
	font-family: "Times New Roman";
	color: black;
	}
h1	{font: 20pt}

a {     
	font-family: Arial;
	font-size: 10pt;
    Color : blue; font-weight: normal;
	text-decoration : underline;
}
a:hover { 
    font-family: Arial;
	font-size: 10pt;
	Color : red; font-weight: normal;
	text-decoration : underline;
}
a:link {color: blue}
a:active {color: blue}

a.productnav {     
	font-family: Times New Roman;
	font-size: 12pt;
    Color : blue; font-weight: bold;
	text-decoration : underline;
}
a.productnav:hover { 
    font-family: Times New Roman;
	font-size: 12pt;
	Color : red; font-weight: bold;
	text-decoration : underline;
}

a.bottomnav {     
	font-family: Verdana, Arial;
	font-size: 8pt;
    Color : white; font-weight: normal;
	text-decoration : underline;
}
a.bottomnav:hover { 
    font-family: Verdana, Arial;
	font-size: 8pt;
	Color : black; font-weight: normal;
	text-decoration : underline;
}