/*
	STYLE DEFINITIONS
*/
body {
	font-size       : 11px;
	color           : white;
}
h1 {
	font-size       : 130%;
	color           : lightblue;
	padding         : 0px;
	margin          : 0px;
}
h2 {
	font-size       : 115%;
	color           : mediumblue;
	padding         : 0px;
	margin          : 0px;
}
p, a{
	font-size       : 100%;
	color           : white;
	padding         : 0px;
	margin          : 0px;
	text-decoration : none;
}
.resultsTable {
	padding         : 7px;
}
.running_highlight {
	font-size       : 110%;
	color           : white;
	font-weight     : bold;
}
