/*  Serotonin CSS style */

    Body
 {
    font-family: Andale Mono, Verdana, Tahoma, Courier New, Times New Roman, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	
	
   H1
 {
    text-align: center;
    font-family:	Verdana, Andale Mono, Tahoma, Courier New, Times New Roman, serif;
    font-style: 	normal;
    font-weight:	bold;
    color:		#EEEEEE;
    }
 H2
 {
    font-family:	Andale Mono, Verdana, Courier New,  Tahoma, Times New Roman, serif;
    font-style: 	normal;
    font-weight:	normal;
    color:		white;
    }
 H3
 {
    font-family:	Verdana, Courier New, Times New Roman, serif;
    font-style: 	italic;
    font-weight:	normal;
    color:		#CCDDEE;
    }

  H1      { font-size: 11px; }
  H2      {	font-size: 11px; }
  H3      { font-size: 10px; }
  
A:link { color: #dddddd; }
A:visited { color: #dddddd; }
A:active { color: #dddddd; }
A:hover { color: #dddddd; }
 
