body
{
	margin: 0 auto; 
	width: 555px;
	text-align: center; 
	background-color: black;
	font-family: Verdana, Tahoma, sans-serif; color: #ca9904; font-size: 0.8em;

}
a:link
{
	color: #ca9904;
	
}
a:visited 
{
	color: #ca9904; 
	
}
a:hover
{
	color: red; 
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}
.text
{
	text-align: center; 
	background-image: url(bg.gif);
}
.text2
{
	text-align: left; 
}