P 		{
			Font-Family : arial ;
			Color : #000066
		}

P.arial	 {
			Text-Align : Justify ;
			Font-Family : arial ;
			Color : #000066
		}
:link	 {
			Color : #0033CC ;
			Text-Decoration : None ;
			Font-Weight : Bold
		}
:link.one	 {
			Color : yellow
		}
:link.two	 {
			Color : blue
		}
:link.three	 {
			Color : red
		}
:link.four	 {
			Color : red
		}
:link.five	 {
			Color : red ;
			Text-Decoration : None
		}
:active	 {
			Color : yellow ;
			Text-Decoration : None
		}
:visited	 {
			Color : #0077ee ;
			Text-Decoration : None ;
			Font-Weight : Bold
		}
:visited.one	 {
			Color : blue
		}
:visited.two	 {
			Color : orange
		}
:visited.three	 {
			Color : blue
		}
:visited.four	 {
			Color : blue
		}
:visited.five	 {
			Color : blue ;
			Text-Decoration : None
		}
A:Hover	 {
			Color : red ;
			Text-Decoration : None ;
			Font-Weight : Bold
		}
a.one:hover	 {
			Color : white
		}
a.two:hover	 {
			Color : red
		}
a.three:hover	 {
			Background-Color : #66FF66
		}
a.four:hover	 {
			Font-Family : fixedsys
		}
a.five:hover	 {
			Text-Decoration : Underline
		}

