body {
 	COLOR: #484;
 	BACKGROUND-COLOR: #000;
 	font-family: verdana, sans-serif;
 	sfont-weight: bold;
 	font-size: 70%;
 	margin: 0;
 	padding: 0;
 	
 	color: #c40;
	}

p
{
	margin-top: 0;
	margin-bottom: 0.5em;
}
table
{
 	sfont-weight: bold;
 	font-size: 100%;
 	clear:both;
}

td
{
	vertical-align: top;
	padding: 4px;
}	
h1,h2,h3,h4,h5,h6
{
	color: #fff;
	clear: both;
	font-weight: normal;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}  

h1 { font-size: 220%; }
h2 { font-size: 170%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

hr
{
	color: red;
	background-color: red;
	height: 1px;
	border: none;
}               

a
{
	text-decoration: none;
	color: #66c;
}                   

a:visited
{
	color: #66c;
}                   
a:hover
{
	color: #ff0;
}          
         

img { border: none; }

textarea, input { border: 1px solid red; background-color: #600; color: white; font-family: verdana, sans-serif; font-size: 1.2em; padding: 2px; }

button { background-color: red; border: red outset 1px;}


