body  {
	background-color : #003366;
	color : #ffcc66;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

p {
	font : 12px
}

h1  {
	font : 24px;
	color : #ffcc66;
}

h2  {
	font : 22px;
}

h3  {
	font : 18px;
}

hr  {
	color : #0066ff;
}

a  {
	color : #ffcc66;
}

a:visited  {
	color : #ffcc66;
}

a:active  {
	background-color : #003366;
	color : #ffcc66;
}

a:hover  {
	color : #003366;
	background-color : #ffcc66;
}