 h1  {
 	font-size : 15px;
 	font-family : Arial;
 	font-weight : bold;
 }

 h2  {
 	font-size : 15px;
 	font-family : Arial;
 	font-weight : bold;
 }

 #links  {
 	font-size : 13px;
 	font-family : Arial;
 	text-decoration : none;
 	color : Black;
 }
  
 #links:hover  {
 	font-size : 13px;
 	font-family : Arial;
 	text-decoration : underline;	
 	color : blue;
 }
 
 #links2  {
 	font-size : 10px;
 	font-family : Arial;
 	text-decoration : none;	
 	color : Black;
 }
 
  #links2:hover  {
 	font-size : 10px;
 	font-family : Arial;
 	text-decoration : underline;	
 	color : red;
 }
 #text  {
 	font-size : 13px;
 	font-family : Arial;
 	text-decoration : none;
 	color : Black;
 }
 
 p,form {
 	font-size : 13px;
 	font-family : Arial;
 	text-decoration : none;
 	color : Black;
	margin-left : 40px;
 }
 
 ul,ol {
 	font-size : 13px;
 	font-family : Arial;
 	text-decoration : none;
 	color : Black;
	margin-left : 70px;
 }