.tileTitles {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: 484848;
}
.mainCopy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: 484848;
}
a:hover {
	color:#0a1c6c;
	text-decoration: none;
	background-color: #99c2d8;
}
a:link {
	color: #0a1c6c;
	text-decoration: none; 
}
a:visited {
	color: #0a1c6c;
	text-decoration: none;
}
a:active {
	color: #0a1c6c;
	text-decoration: none;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

