P  {font-size : small; font-weight : normal; text-decoration : none;text-align : left;}
P.a  {font-size : x-small;font-weight : normal;font-style : normal;}
P.b  {font-size : xx-small;font-weight : normal;font-style : normal;}
H1  {font-size : large}
H2 {font-size: medium; font-weight : bold}
	A.a:Link { color:red; decoration: none } 
	A.a:Visited { color: green; decoration: none }
	A.a:Active { color: yellow }
	A.b:Link { color:green; decoration: none } 
	A.b:Visited { color: blue; decoration: none }
	A.b:Active { color: yellow }
	A.c:Link{ color: blue; decoration: none } 
	A.c:Visited { color: red; decoration: none }
	A.c:Active { color: yellow }





