h1 {
	font-family: Arial;
	font-size: 18px;
	text-decoration: bold;
	margin: 20px;
	color: #000000;
}

a {	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:link {font-family: Arial;
	  font-size: 12px;
	  text-decoration: none;
}
a:hover {font-family: Arial;
	   font-size: 12px;
	   text-decoration: underline;
         color: #fc4f36;
}
a:active {font-family: Arial;
	    font-size: 12px;
	    text-decoration: none;
          color: #1055AC;
}

a.button:link {  border-width:2px; border-color:#328CFF; border-style:outset; padding:0px;}

a.button:visited {  border-width:2px; border-color:#328CFF; border-style:outset; padding:0px;}

a.button:hover {  border-width:2px; border-color:#328CFF; border-style:inset; padding:0px;}

a.button:active {  border-width:2px; border-color:#328CFF; border-style:outset; padding:0px;}

#links{
clear:both;
margin:0px 0px 0px 20px;
padding:0;
}