@CHARSET "UTF-8";

body
{	
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: right bottom;	
	background-color: #6E9;
	overflow: auto;
	font-family: "Trebuchet MS";
}

	
a
{
	color: darkgreen;
	text-decoration:none;
}
a:hover
{
	color: red;
	text-decoration: underline overline;
}
img
{
	border: 0;
}

.list
{
	background-color: black;
}

.list td
{
	font-size: 80%;
	background-color: #BFFFBF;
}
.list tr
{
	background-color: white;
}