a:link       { color: rgb(101,7,6) }
a:visited    { color: rgb(101,7,6) }
a:active     { color: rgb(183,11,11) }
a:hover      { color: rgb(153,0,0) }

.head1 {
	font-family: comic sans ms, arial, sans-serif;
	font-size: 14px ;
	color: rgb(51,102,102);
	font-weight: bold;
}
.head2 {
	font-family: comic sans ms, arial, sans-serif;
	font-size: 12px ;
	color: rgb(51,102,102);
	font-weight: bold;
}
.body1 {
	font-family: comic sans ms, arial, sans-serif;
	font-size: 12px ;
	font-weight: bold;
}
.body2 {
	font-family: comic sans ms, arial, sans-serif;
	font-size: 13px ;
	font-weight: bold;
	color: rgb(255,255,255);
}
.links {
	font-family: comic sans ms, arial, sans-serif;
	font-size: 12px ;
	font-weight: bold;
	line-height: 14px;
}
