/* Sword dance websites stylesheet
(c) 1999-2004 John Asher. All rights reserved. */

BODY {
	background-color: #FFFFFF;
	background-image: url(../graphics/bg2.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#main {
	margin-left: 90px;
	margin-right: 20px;
}

#url {
	display: none;
}

H1, H2, H3 {
	font-family: "Comic Sans MS", verdana, arial, helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px; 
}

H1 { 
	font-size: 2.0em;
	color: #AA0000;
	text-align: center;
}

H2 { 
	font-size: 1.5em; 
	color: #AA0000;
	text-align: left;
}

H3 { 
	font-size: 1.2em; 
	color: #000000;
	text-align: left;
}

P { 
	font-family: garamond, "century schoolbook", "times new roman", "times roman", times, serif; 
	font-size: 1.2em; 
	color: #000000;
	text-align: justify;
	text-indent: 20px;
	margin-left: 10px;
	margin-right: 10px;
}


P.noindent {
	font-family: garamond, "century schoolbook", "times new roman", "times roman", times, serif; 
	font-size: 1.2em; 
	color: #000000;
	text-align: justify;
	text-indent: 0px;
	margin-left: 10px;
	margin-right: 10px;
}


P.footer { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.8em; 
	color: #000000;
	text-align: left;
	text-indent: 0px;
}

P.linksbar { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1.0em; 
	color: #000000;
	text-align: center; 
}


EM, I { 
	font-style: italic; 
}       

STRONG, B { 
	font-weight: bold; 
}       


CITE	{ 
	font-style: italic; 
}         


UL {	
	font-family: garamond, "times new roman", times, serif;
	font-size: 1.2em;
	margin-left: 45px;
}

A:link { 
	color: #0000FF;
	text-decoration: none; 
}       

A:visited { 
	color: #AA0000; 
	text-decoration: none; 
}

A:hover { 
	text-decoration: underline; 
	color: #FF0000; 
}

TABLE {
	margin: 30px;
}

TABLE.results {
	border: 2px solid #000;
}

TH {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #a00;
	padding: 2px 10px 2px 10px;
}

TH.category {
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #63acdf;
}

TH.winner {
	background-color: #fff;
	text-align: left;
	font-size: 1.4em;
}

TD {
	font-size: 1.4em;
}

TD.team {
	text-align: left;
	padding-left: 15px;
}

TD.score {
	text-align: right;
	padding-right: 15px;
}