
/* StyleSheet for Subzero Basketball Club */

body { margin-top:10px; margin-bottom:10px;
       background-color: blue ;
     }

/* tr, td, th, p, h2, h3, h4 { color: black } */
ul, p, td { color: white }
h4 { color: blue }
h1 { color: orange }

/* settings for links not using a class */

A:link
{
    color: white;
    text-decoration: underline;
}
A:visited
{
    color: #ffff99;
    text-decoration: underline;
}
A:hover
{
    color: #CC0000;
    text-decoration: underline;
}

.orangetable, .orangetable TD, .orangetable TH
{
background-color:#FF9933;
color:white;
}

.bluetable, .bluetable TD, .bluetable TH
{
background-color:blue;
color:white;
}

.address_bottom {font-size: 9pt;
           text-align: center;
		  }

.orangetext {color: orange;
	     h4: orange;
		}