/* This file is in the public domain */
body {
	background-color: #042D63;
	color: #FFFFFF;
	text-align: center;
}

a {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

h1, h2 {
	color: #FF0000;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
	text-decoration: blink;
}

h2 {
	font-size: 1.5em;
}