
#table {
	font: 5px;
	width: 465px;
}

a:link {color: #Fdd}    
a:visited {color: #fF0}
 
img 
{
    border: 0;
    vertical-align: middle;
}


caption, th, td {
	vertical-align: top;
	text-align: left;
}
table caption, th, tfoot td {
	font-weight: normal;
	color: white;
}
table caption {
	background-color: #0066cc;
	padding: 8px;
	border-bottom: dotted;
	border-top-color: #66ccff;
	border-top: solid;
}
table {
	border-spacing: 0;
	width: 465px;
	background-color: #003366;
}
td, th {
	padding: 8px;
}
thead th {
	background-color: white;
	border-bottom: 1px solid red;
	color: red;
}
tfoot th, tfoot td {
	background-color: white;
	border-top: 1px solid red;
	border-bottom: 15px solid red;
	color: red;
}
tbody td, tbody th {
	color: white;
}
tbody th a {
	color: white;
}
tbody tr:hover td, tbody tr:hover th, tbody tr:hover td a, tbody tr:hover th a {
	color: red;
	background-color: white;
}
tbody tr:hover td a:visited, tbody tr:hover th a:visited {
	color: red;
}