a:link {
	color: #990099;
	background-color : transparent;
}

A:VISITED {
	color : #993333;
	background-color : transparent;
}

A:Hover {
	color: #CC00FF;
	background-color : transparent;
}
BODY {
	background-color : White;
}

H1 {
	text-align : center;
	color : Navy;
	font-family : "Times New Roman", Times, serif;
}
H2 {
	text-align : left;
	color : Blue;
	margin-left : 5%;
	font-family : "Times New Roman", Times, serif;
}
H3{
	text-align : left;
	color : Blue;
	margin-left : 5%;
	font-family : "Times New Roman", Times, serif;
}
H4 {
	color : Navy;
	margin-left : 5%;
	font-family : "Times New Roman", Times, serif;
}

H5 {
	color : Black;
	font-weight : bold;
	margin-left : 5%;
	font-family : "Times New Roman", Times, serif;
}

TABLE {
	background-color : #FFCCFF;
	width : 80%;
	margin-left : 10%;
	font-family : "Times New Roman", Times, serif;
}
TD {
	color : Black;
}
TH {
	color : Navy;
	text-align : left;
	font-family : "Times New Roman", Times, serif;
}
P {
	color : Black;
	margin-left : 5%;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

