html, body { 
margin: 0px;
padding: 0px;
color: #eee;
font-family:verdana, arial, sans-serif; 
font-size: 12px;
background-color:#000;
background-image: url('http://ergh.org/bg.jpg');
background-repeat: repeat
}

	A	{ color: #922; text-decoration: underline; font-weight:bold; } 
	A:link	{ color: #464531; text-decoration: underline; } 
	A:visited	{ color: #777; text-decoration: none; } 
	A:active	{ color: #777;  } 
	A:hover	{ color: #FFF; text-decoration: none; background-color: #500000 }

.redbox {
background-color:#080808;
border: 1px solid #c00;
font-size: 12px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}