a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
.red {
	color: #FF0000;
}
.blue {
	color: #000099;
}
.white {

	color: #FFFFFF;
}
.hrhead {
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
}
.hrnews {

	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
}
