a {
	font-family: Arial;
	text-decoration: none;
	color: Gray;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color: #7FD0E3;
}

body {
	font-family: Arial;
	color: Gray;
}
.baselinetext{
		font-family: Arial;
		font-size: xx-small;
		color: #7FD0E3;
}
.contenttitle
{
	font-family: Arial;
	color: #7FD0E3;
	font-size: 22px;
	font-weight: bold;
}
.contentbody{
	font-family: Arial;
	color: Gray;
	font-size: x-small;
}
.boxtitlebar
{
	font-family: Arial;
	color: White;
	font-size: 15px;
	font-weight: bold;
}