
.stockisthead {
	
	background-color :  #ADD8E6;}
P, BODY {
	font-family: "Comic Sans MS", sans-serif, Arial;	
	font-size: 9pt;
}
.submenu {
	font-family: "Comic Sans MS", sans-serif, Arial;
	font-size: 9pt;
	color: Blue;
}
.submenu:Hover{ 
	font-family: "Comic Sans MS",sans-serif, Arial;
	font-size: 9pt;
	color: Green;
 }


A {
	color: Aqua;
	font-family: sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: Yellow;	
	font-family: sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: underline;	
}
