
A:hover {
	font-family : sans-serif;
	color: Red;
	text-decoration: none;
	font-size : x-small;
}

A {
	font-family : sans-serif;
	color: #333399;
	text-decoration: none;
	font-weight : bold;
	font-size : x-small;
}

A:visited {
	font-family : sans-serif;
	color: Blue;
	text-decoration: none;
	font-weight : bold;
	font-size : x-small;
}

.sub_nav {
	font-family : sans-serif;
	color: white;
	text-decoration: none;
	font-weight : bold;
	font-size : x-small;
}

.box_header {
	font-family : sans-serif;
	color: navy;
	text-decoration: none;
	font-weight : bold;
	font-size : smaller;
}

body {
	font-family : sans-serif;
	color: navy;
	text-decoration: none;
	font-weight : bold;
	font-size : x-small;
	background : White;
	background-color : White;
}