body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bodyback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#d8cde9;
}

li{
padding:5;
}



td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color:#333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#6699ff;
	background-color: blue;
}
a:active {
	color:red;
	text-decoration: underline;

