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

body{
	text-align:center;
	font:"Courier New", Courier, monospace, 30px, bold;
	color:#333;
}

h1, h2{
	display:block;
}

a:link, a:visited{
	color:#333399
}

a:hove, a:active a:focus{
	color:#3399CC;
}