/* CSS Document */

body{
	background-color:#FFFFFF;
	background-position:center top;
}

a:hover{
	text-decoration:none;	
}

.header{
	height:40px;
	background-color:#00026A;	
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
}
.x{
	font-size:20px;	
}
.links{
	text-align:center;
	margin:4px;	
}
.nodiv{
	display:inline-block;
	margin-right:10px;
}
.h{
	background-color:#D40D11;
	padding:2px 10px;
	border-radius:4px;
	color:white;
	font-weight:bold;
	width:120px;
	margin-top:8px;
}