
HTML, BODY { 
	border			: 0px;
        padding			: 10px;
	font			: 13px Verdana, sans-serif;
        color			: black;
	background-color	: white;
}


DIV.content {
	left: 0px;
	background-color: white;
	width: auto;
}
                
TABLE.results {
	border-width		: thick;
	border-style		: double;
	border-color		: black;
	background-color	: white;
	font-size		: 12px;
}

CAPTION {
	font-size		: large;
}

TABLE.results THEAD {
	background-color	: red;
}

TABLE.results THEAD TH {
	text-align		: center;
}


DIV.northsouth {
	float			: none;
	text-align		: center;
}

DIV.eastwest {
	float			: none;
	text-align		: center;
}

DIV.singlewinner {
	text-align		: center;
}

DIV.navigation {
	display			: none;
}

DIV.footer {
	display			: none;
}

TABLE.results THEAD {
	background-color	: white;
}

.score, .pos {
	font-weight		: normal;
}

A:visited,
A:link,
A:active {
	color			: black;
	font-weight		: normal;
}

DIV.menu {
	display			: none;
}

P.news {
	width			: 90%;
}

.noprint {
	display			: none;
}

TD.change {
	color: Black;
}

TD.change_up {
	background-color: #AAFFAA;
}

TD.change_down {
	background-color: #FF7777;
}

TD.change_same {
	background-color: #AAAAFF;
}

.printonly {
	display : block;
}

.handicap {
	page-break-before:always;
}