

Body	{
      	 font-family: arial;
    	 font-size:  12;
	 font-color: black;
	
 }

H1   	 { font-family:  arial;
       	  COLOR: maroon;
          font-size: 14;
    
}

H2   	 { font-family:  arial;
          COLOR: black;
          font-size: 36
} 

H5	{ font-family: arial;
	  color: black;
	  font-size: 12
}

	
P   	 { font-family: arial;
          color: black;
          font-size: 12; 
}

A:Visited {font-family:arial;
	   color:maroon;
	   font-size: 12;
	   text-decoration : none;
}

A:LINK	  { text-decoration : none;
	   color : maroon;
	   font-size: 12;
	   text-decoration : none;

}

A 	{font-family:arial;
	 color:black;
	 font-size: 12;
	 text-decoration : none;
}

A:HOVER { font-weight : bold;
	 text-decoration : underline;
	 size:12;
	 font-family:arial;
}

PRE	{ font-family:arial;
	 color:black;
	 font-size: 12;
}

TD	{ font-family:arial;
	 color:black;
	 font-size:12;
}
	A:VISITED.bla {
		color : black;
		text-decoration : none;
	}

	A:LINK.bla {
		text-decoration : none;
		color : black;
	}
	A:HOVER.bla {
		font-weight : normal;
		text-decoration : underline;
	}
