/* basic body formatting */

body {
	background-color: "#000066";
	margin: 10;
	}

/* format for links */

a {color: white; text-decoration: none}

a:hover {color: yellow; text-decoration: none}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
