.heading1 { 
	color: #ffffff; 
	font-family: Verdana,Arial,sans-serif;
	font-size: x-small;
	font-weight=bold;
	text-decoration: none;
}
.bodytext { 
	color: #000000; 
	font-family: Verdana,Arial,sans-serif;
	font-size: x-small;
	text-decoration: none;
}
.bodytextb { 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-size: small; 
	text-decoration: none;
	font-weight: bold;
}
.bodytextc { 
	color: #000000; 
	font-family: Verdana,Arial,sans-serif;
	font-size: x-small; 
	text-decoration: none;
}
.menufonts {
	font-size: x-small;
	color: #ffffff;
	font-family: Verdana, arial, helvetica;
	text-decoration: none;
	font-weight : bold;
}
.menucolor{
	background-color : #66CCFF;
	text-decoration : none;
}
.border1 {
	border-bottom : thin solid silver;
	border-top : thin solid silver;
}
.border2 {
	border-right : thin solid #99ccff;
	border-left : thin solid #99ccff;
	border-bottom : thin solid #99ccff;
}
.border3 {
	border-right : thin solid #99ccff;
	border-left : thin solid #99ccff;
}
.border4 {
	border-right : thin solid #99ccff;
}
.border5 {
	border-right : thin solid #99ccff;
	border-bottom : thin solid #99ccff;
}
.border6 {
	border-bottom : thin solid #99ccff;
}
A:hover {
	color: red
}