@charset "UTF-8";
/* CSS Document */

body{
	font: bold small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000066;
	text-align: left;
	margin: auto;
	padding: 0px;
}

.footer{
}

.credit{
	color: #CCCCCC;
	font-size: x-small;
	font-weight: normal;
	padding-top: 14px;
}

a:link{
	color: #CC6600;
	font-weight: bold;
}

a:hover{
	color:  #CC3300;
	font-weight: bold;
}

a:visited{
	color:  #000066;
	font-weight: bold;
}