<STYLE> body  {
 	font-family : Arial,Tahoma;
 	font-size : 12px;
	margin: 5px;
 }
 
 A  {
 	text-decoration : none;
 	color : blue;
 }
 
 A:Hover  {
 	text-decoration : underline;
 	color : Green;
 }
 
 form  {
 	font-family : Arial,Tahoma;
 	font-size : 11px;
 }
 
 p  {
 	font-family : Arial,Tahoma;
 	font-size : 12px;
 	text-align : center;
 }
 
 table  {
 	font-family : Arial,Tahoma;
 	font-size : 12px;
 }
 
  textarea  {
 	font-family : Arial,Tahoma;
 	font-size : 10px;
 }
 
 .small  {
 	font-family : Arial,Tahoma;
 	font-size : 10px;
 }
 
 .bold  {
 	font-family : Arial,Tahoma;
 	font-weight : bold;
 }
 
 .spec  {
 	font-family : Wingdings;
 	font-size : 13px;
 	color : Red;
 }
 
 .headline  {
 	background-color : #FFD700;
 	font-weight : bold;
 	text-align : center;
 	color : Maroon;
 }
 
 </style>