body {background:#000000 url('bu.jpg') no-repeat center fixed;}
body {color:gray;}
body {font-family:"arial", "verdana", sans-serif;} 
h1 {color:red;}
h2 {color:blue;}
a:active {  color: black; text-decoration: none}
a:hover {  color: green; text-decoration: none}
a:link {  color: black; text-decoration: none}
a:visited {  color: red;  text-decoration: none}
table, td, th
{
border:1px solid black;
}
td
{
	background-color: rgb(255, 255, 255);
	filter:alpha(opacity=86);
	-moz-opacity:0.86;
	opacity:0.86;
	-khtml-opacity:0.86;
}


