body { background-color: azure; baseurl: url("http://aflmasters.asn.au"); }

table.all {	background-color: #d0e0e8; }

table.alternate { border: 2px inset #d0e0e8; -moz-border-radius: 10px; }
table.alternate td { border: 0px solid black;  color: blue; }
table.alternate tr.r0 td { 	background-color: #d0e0e8; }
table.alternate tr.r1 td { 	background-color: #FEFEF2; }

table.hbalt { border: 2px inset #d0e0e8; -moz-border-radius: 10px; }
table.hbalt td { border: 0px solid black;  color: gold; }
table.hbalt tr.r0 td { 	background-color: brown; }
table.hbalt tr.r1 td { 	background-color: maroon; }

table.hbalt A:link {text-decoration: none color: yellow; }
A:visited {text-decoration: none color: orange;}
A:active {text-decoration: none color: cyan; }
A:hover {text-decoration: underline; color: red;}


