/********************************************
* GLOBAL STUFF
*********************************************/
body, p, h1, h2, td {
    font-family: "Comic Sans MS", sans-serif;
    color: white;
}

h1 {
    font-size: x-large;
    text-align: center;
}

h2 {
    font-size: large;
    text-align: center;
    background: navy;

}

body {
    margin: 0px;
    background: black;
}

body.about {
	background-image: url(../members/side_border.jpg); 
	background-repeat: repeat-y;
}

p {
	font-size: 10pt; 
	color: white;	
}

p.headline {
	font-size: large; 
	color: white;	
	background: navy;
	text-align: center
}

a.body:link  {  
	font-size: 10pt; 
	color: yellow; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
    text-decoration: none;	
}

a.body:visited {  
	font-size: 10pt; 
	color: yellow; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
    text-decoration: none;	
}

a.body:hover {  
	font-size: 10pt; 
	color: black; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
	background: yellow;
    text-decoration: none;	
}

a.body:active {  
	font-size: 10pt; 
	color: black; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
	background: yellow;
    text-decoration: none;	
}

td.normal {
	font-size: 10pt; 
	font-family: "Comic Sans MS", sans-serif;
}

/*******************************************
Start of Red Anchor Class 
********************************************/
a.red:link  {  
	font-size: 12pt; 
	color: red; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
    text-decoration: none;	
}

a.red:visited {  
	font-size: 12pt; 
	color: red; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
    text-decoration: none;	
}

a.red:hover {  
	font-size: 12pt; 
	color: red; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
	background: yellow;
    text-decoration: none;	
}

a.red:active {  
	font-size: 12pt; 
	color: red; 
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal;
	background: yellow;
    text-decoration: none;	
}
/*******************************************
End of Red Anchor Class 
********************************************/

/*******************************************
* HEADER STUFF
********************************************/

  td.headertopcell {
    background: black;
    color: white;
    font-family: "Comic Sans MS", sans-serif;
    font-weight: normal;
    font-size: 12pt;
    text-decoration:none;
    /*white-space: pre;*/
  }
  
  td.linkcell {
	background:black;
	color: yellow;
	font-family: "Comic Sans MS", sans-serif;
	font-weight: normal;
    font-size: 8pt;
    text-decoration:none;
   }

  td.current {
	background:yellow;
	color: black;
	font-family: "Comic Sans MS", sans-serif;
	font-weight: bold;
    font-size: 8pt;
    text-decoration:none;
   }

  a.headeranchor {
    background: transparent;
    color: yellow;
    font-family: "Comic Sans MS", sans-serif;
    font-weight: normal;
    font-size: 8pt;
    text-decoration:none;
    /*white-space: pre;*/
  }

  a.headeranchor:link { color: yellow; }
  a.headeranchor:visited { color: yellow; }
  a.headeranchor:active { color: yellow; }
  a.headeranchor:hover { 
	  color:black; 
	  background:yellow;
  }