body {
	background-image: url('images/background.jpg');
	background-repeat: yes;
	background-attachment: fixed;
	background-color: #010134;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

th {
	background-image: url('images/th_back.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000F69;
}

a:link {
	color: #ADADDC;
	text-decoration: none; 
	}

a:visited {
  color: #ADADDC;
 	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #44428F;
}
