.blacktext, P		{  
			Font-Family: Arial;
			Font-Size: 12pt;
			Color:black;
		}

.purpletext	 {
			Font-Family: Arial;
			Font-Size: 12pt;
			Color : #662984;
		}
.greentext	 {
			Font-Family: Arial;
			Font-Size: 12pt;
			Color : #009900;
		}

.redtext	 {
			Font-Family: Arial;
			Font-Size: 12pt;
			Color : red;
		}

P.Pagetitle	 {
			Margin-Bottom : 0px;
			Text-Align: center;
			Font-Family : Arial ;
			Font-Size : 18pt ;
			Color : #662984 ;
			Font-Weight : Bold
		}

P.Title	 {
			Margin-Bottom : 0px           ;
			Font-Family : Arial ;
			Font-Size : 16pt ;
			Color : #009900 ;
			Font-Weight : Bold
		}
P.Description	 {
			Margin-Top : 0px           ;
			Font-Family: Arial;
			Font-Size: 12pt;
			Color : black ;
			Font-Weight : Bold
		}
P.Writeup	 {
			Font-Family : Arial ;
			Font-Size : 12pt ;
			Color : #202020
		}
P.Contact	 {
			Font-Family : Arial ;
			Font-Size : 12pt ;
			Color : black ;
			Font-Weight : Bold
		}

A.menu:link	 {
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : #662984;
			Text-Decoration : Underline ;
			Font-Weight : Bold
		}
A.menu:active	 {
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : #662984 ;
			Text-Decoration : Underline ;
			Font-Weight : Bold
		}
A.menu:visited	 {
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : #662984;
			Text-Decoration : Underline ;
			Font-Weight : Bold
		}
A.menu:hover	 {
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : #0033CC ;
			Text-Decoration: Underline;
			Font-Weight: Bold
		}

A:hover	 {
			
			Color : Red ;
			
		}

