a:link {
	font-weight: normal;
	text-decoration: none;
	color: #18AACB;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #18AACB;
}
body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 50%;
	color:#464646;
	margin: 5px 20px 10px;
}
p.title {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color:#464646;
	margin: 5px 20px 10px;
	
}
a:hover {
	font-weight: normal;
	background-repeat: repeat;
	font-style: normal;
	color: #FF66F2;
}
p {
	font-size: 85%;	
	margin: 5px 20px 10px;
}

