body{
background-image:url('http://bleaus.net/indexbackground.gif');

color: white;
}

a:link {color: #f87000} 
a:visited {color:yellow} 
a:hover {color: #cc0000} 
a:active {color: #006666}

news{
color: white;
}

span.info{
background: #2B2B81;
color: white;

}

span.info a:link {color: #cc0000} 
span.info a:visited {color: #ffff00} 
span.info a:hover {color:black} 
span.info a:active {color: #006666}
span.maintable { background: #cc0000}

.headertable a:link {color: white} 
.headertable a:visited {color: #ffff00} 
.headertable a:hover {color: black} 
.headertable a:active {color: #006666}

.googletable{
	border: thin solid black;	-moz-border-radius: 10px;	border-radius: 10px;}
.headertable{
	border: thin solid black;	-moz-border-radius: 10px;	border-radius: 10px;
	}
.maintable{
    color: white;
    background-color: #2B2B81;
	border: thin solid black;	-moz-border-radius: 10px;	border-radius: 10px;
	}
