a:link  {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: text-bottom;
	}
	
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	}
	
a:hover
{
text-decoration: underline;
background-color:orange;
}
	
.pic  {
	padding-right: 15px;
	border: solid 1px #cdcdcd;
	}
	
#head h1 {
	color: white;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: 600;
	text-decoration: none;
	font-size: 32px;
	line-height: 32px;
	}

