	.small  {
       	font-size : xx-small;
       	font-family : Arial;
       	font-weight : normal;
       	font-style : normal;
       }
       
	.title  {
       	font-size : small;
       	font-family : Arial;
       	font-weight : bold;
       	background-color : Silver;
       }
       
	  .Normal	   {
	font-size : smaller;
	font-family : Arial;
	font-weight : lighter;
	color : Navy;
}
		
    .Buttons  {
       	font-size : small;
       	font-family : Arial Narrow;
       	font-weight : normal;
       	font-style : normal;
       	color : White;
       	text-align : left;
       	background-color : Blue;
       } 

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}