
/* 
   CSS file
   Date Created : 8/27/2000



*/
body, p{
	Color : #000000;
	Font-Family : Verdana;
	Font-Size : 100%;
	Font-Weight : normal;
	Text-Align : justify;
	}


H1{
	Color : #0000CE;
	Font-Family : Verdana;
	Font-Size : 75%;
	Font-Weight : bold;
	Text-Align : Center;
	}


H2{
	Color : #000000;
	Font-Family : Verdana;
	Font-Size : 90%;
	Font-Weight : bold;
	Text-Align : Center;
	}


H3{
	Color : #000000;
	Font-Family : Verdana;
	Font-Size : 100%;
	Font-Weight : bold;
	Text-Align : Center;
	}


H4{
	Color : #0000FF;
	Font-Family : Verdana;
	Font-Size : 125%;
	Font-Weight : bold;
	Text-Align : Center;
	}


H5{
	Color : #0000F0;
	Font-Family : Verdana;
	Font-Size : 100%;
	Font-Style : Italic;
	Text-Align : justify;
	}


A{
	Color : #FF0000;
	Text-Decoration : underline;
	}


A:Hover{
	Color : #FF00FF;
	Text-Decoration : underline;
	}


A:Active{
	Color : #FF80FF;
	Font-Weight : Bold;
	Text-Decoration : underline;
	}


A:Visited{
	Color : #FF0000;
	Text-Decoration : underline;
	}
