A:link { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: underline}
A:active { }
A { text-decoration: none; color: #000066; }

body
{
	background: #EAD5FE;
	margin: 0px;
	font-size: 11pt;
	font-family: 'Arial';
}

.base
{
	background-image: url(images/background-title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.pagetitle
{
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
	font-family: 'Times New Roman';
	color: #3C0072;
}

.heading
{
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	font-family: 'Times New Roman';
	color: #3C0072;
}
.subheading
{
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Arial';
	color: #3C0072;
}
.marked
{
	font-size: 10pt;
	font-weight: bold;
	color: #3C0072;
}

.table
{
	border: 5px solid;
	border-color: white #3C0072 #3C0072 white;
}