

A:link {
         color: rgb(52,15,158);
}
A:visited {
           color: rgb(123,9,159); 
}
A:active {
         color: red;
}


BODY {background-color: rgb(232,232,245)}
BODY {color: rgb(0,0,203)}

H1 {
    font-size:48pt;
}

H2 {
    font-size:24pt;
}

H3 {
    font-size:20pt;
}

H4 {
    font-size:16pt;
}

H5 {
    font-size:13pt;
}

H1,H2, H3, H4, H5, H6 {text-align: center}

P {font-family:"Times New Roman", Garamond, Serif;
   font-size: 13pt;
   font-weight: bold;
   line-height: 15pt}

P.quote {font-size: 12pt}

div  {
      background: rgb(232,232,245);
      font-size: 13pt;
      width: 720px;
      color: blue;
      padding: 10px
}

div.announcement {
	  background: rgb(247,248,255);
	  font-size: 13pt;
	  width: 720px;
	  color: blue;
	  padding; 5px
	  margin: 3px
}
div.serious {
	  background: rgb(247,248,255);
	  font-size: 13pt;
	  width: 720px;
	  color: black;
	  padding; 5px
	  margin: 3px
	  border: 10px solid black
	  border-style: solid
}



#months a  {text-decoration: none }
#results a {text-decoration: none }
#fixtures a  {text-decoration: none }
#links a {text-decoration: none }
#links a:hover {color: blue; font-weight: bold }
#white {background: white }
#report a {background: blue; color: white; text-decoration:none}
#report a:hover {background: blue; color: white; font-weight:bold}


