/* CARDIFF DEVILS CASCADING STYLE SHEET */

/* STANDARD COLOURS

*/

BODY {
	background-color:black;
	margin:0px;
	}

H1, H2, H3, P, TD, TH {
	font-family:verdana;
	}

TD {
	font-size:xx-small;
	}

TD.playerStats {
	font-size:xx-small;
	color:#000000;
	text-align:center;	
	}

TH.playerTableHeader, TR.playerTableHeader {
	font-size:xx-small;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#EE0000;
	text-align:right;
	padding: 1 5 1 0;
	border: 1px solid black;
	}

TD.playerTableDiv, TR.playerTableDiv {
	font-size:xx-small;
	text-align:left;
	color:black;
	padding: 1 0 1 5;
	}
	
P, .text {
	color:black;
	font-size:xx-small;
	}

HR {
	border: 1px solid #EEEEEE;
	height:1px;
	}
	
IMG.blackBorder {
	border:1px solid black;
	}
	
H1 {
	font-size:x-small;
	font-weight:bold;
	}

H2 {

	font-size:x-small;
	font-weight:bold;
	color:#990000;
	}

A { 
	text-decoration: none;
	}

A.text:hover {
	font-weight:bold;
	color:#CC0000;
	}

MARQUEE {
	font-size:xx-small;
	color:#FFFFFF; /* 00FF00 */
	}