a:link {
	color: #FFFFFF;
	text-decoration:none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body {
background-color:#0000CC;
}

p {
	color: #FFFFFF;
}

td {color:#FFFFFF;}
.navLinks {
	background-color: #0033FF;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-right-color: #0099FF;
	border-top-color: #0099FF;
	padding: 2px 4px;
	font-weight: bold;
}
.slfBox {
	background-color: #F0DEC9;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0DEC9;
	border-right-color: #F0DEC9;
	border-bottom-color: #F0DEC9;
	border-left-color: #F0DEC9;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

