/* Example style sheet file (note how this comment was created) */

BODY	  { background: #4A4D3C;
            font-size: 14pt;
	        margin-top: 20       }

P         { font-size: 14pt;
            color: #E9F167;      
            font-family: 'Copperplate Gothic Bold', Arial, sans-serif }

	 

A:link    { color: #39B4DE;
	        background: #4A4D3C;
            font-family: 'Copperplate Gothic Bold', Arial, sans-serif }


A:visited { color: #43A751;
  	    background: #4A4D3C;  
            font-family: 'Copperplate Gothic Bold', Arial, sans-serif }


A:hover   { color: #FFFFFF;
	    background: #4A4D3C;  
            font-family: 'Copperplate Gothic Bold', Arial, sans-serif }


A:active  { color: #B1E4E5;
	    background: #4A4D3C;  
            font-family: 'Copperplate Gothic Bold', Arial, sans-serif }



H1	{ font-weight: bold;
	  text-align: center;
	  color: #E9F167;
	  background: #4A4D3C;
	  font-family: 'Copperplate Gothic Bold', Arial, sans-serif}
	 
H2	{ font-weight: bold;
	  text-align: left;
	  color: #39B4DE;
	  background: #4A4D3C;
	  font-family: 'Copperplate Gothic Bold', Verdana, sans-serif}
	 
H3	{ font-weight: bold;
	  text-align: left;
	  color: #43A751;
	  background: #4A4D3C;
	  font-family: 'Copperplate Gothic Bold', Arial, sans-serif}
	 	 

H4	{ font-weight: bold;
	  text-align: center;
          font-size: 14pt;
	  color: #B1E4E5;
	  background: #4A4D3C;
	  font-family: 'Copperplate Gothic Bold', Arial, sans-serif}
	 
CITE	{ font-family: 'Copperplate Gothic Bold', Arial, sans-serif;
	  font-style: italic}
#email2 {
	display: none;
}
