﻿table {
	border-collapse:			collapse;
	width:						640px;
	text-align:					left;
	table-layout:				inherit;
	caption-side:				top;
	}
	
caption {
	color:						aqua;
	padding-bottom:				5px;
}

#header_row {
	font-size:					90%;
}

th {
	background-color:			#006AD5;
	border-width:				2px;
}

td, th {
	border:						white;
	border-style:				solid;
	padding:					3px;
}

td {
	font-size:					70%;
	border-width:				1px;
}

a:link {
		color:					lime;
		text-decoration:		none;
}

a:visited {
		color:					aqua;
		text-decoration:		none;
}

a:hover {
		color:					orange;
}



