@charset "utf-8";

body { 
	background-color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #EEEEEE;
}

a {
	color: #F0A080;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

h1,h2,h3 {
	font-variant:small-caps;
}