a:link {
	color: #0084A9;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #0084A9;
  text-decoration: none;
  font-weight: bold;
  
}

a:hover {
	text-decoration: underline;
	 color: #717073;
	 font-weight: bold;
}

a:active {
	color: #0084A9;
	font-weight: bold;
	text-decoration: none;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #717073;
}

.smallbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #717073;
}


.title {
	font-family: arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #656565;
}


.name {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #656565;
}
	
	


