/* CSS Document */

html, body {
	background-color: #000055;
	}

.pagewidth {
 	width: 800px; 
 	margin-left: auto; 
 	margin-right: auto; 
	background-color: #000055;
	}

.logo {
	text-align: left;
	}
		
.menu {
	position: relative;
	}

.table {
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	font-size:80%;
	color:#FFFFFF;
	}

.links ,links:hover {color:#FFFFFF; text-decoration:none;}
.links:hover {color:#999999; text-decoration:underline;}

