a{
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	background: #66ccff;
	color: #000000;
	text-decoration: none;
}

body{
	background: #0066ff;
	color: #ffffff;
	font: 600 105% arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

caption{
	background: #000000;
	color: #ffffff;
	font-size: 105%;
	font-weight: bold;
	padding: 1em;
	text-align: center;
}

p{
	margin: 1% 12%;
	text-align: center;
}

table{
	border: 0px;
	text-align: center;
	width: 100%;
}

td{
	padding: 5px 10px;
}

.nav{
	background: #000000;
	color: #ffffff;
}

