.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 3ex;
	font-style: normal;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	letter-spacing: .5em;
}

/* Link Styles 
 ****************************************************************
 */
a {
	font : lighter;
	background: transparent;
	color: #333366;
}
a:hover{
	color: White;
	background: #990000;
	text-decoration : none;
}

a.dotlinks {
	background: none;
	text-decoration : none;
	color: White;
	background-color : #333366;
	font-weight : bold;
}
a:hover.dotlinks{
	text-decoration : none;
	background-color: #990000;
	color : White;
	font-weight : bold;
}

a.noeffect {
	color: none;
	background: none;
}

a:hover.noeffect{
	color: none;
	background: none;
}.blinky {
	font-family: Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: blink;
}
.style10 {
	font-family: "Times New Roman", Times, serif;
	color: #CC9933;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.style21 {
	font-family: Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #990000;
}
.style30 {
	font-family: Times New Roman", Times, serif;
	color: #990000;
	font-style: normal;
	font-weight: bolder;
}
.underline {
	font-family: Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
