BODY {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : medium;
}

A {
	color : #6633CC;
	font-weight : bold;
	text-decoration : underline;
}

A:HOVER {
	color : Purple;
	font-weight : bold;
	text-decoration : underline;
}

A.menu:LINK {
	color: #663366;
	font-weight : bold;
	text-decoration : none;
}

A.menu:VISITED, A.menu:ACTIVE {
	color: #663366;
	font-weight : bold;
	text-decoration : none;
}


A.menu:HOVER {
	color : White;
	text-decoration : none;
	}
A.links:LINK {
color : White;
font-weight : bold;
	background : #6633cc;
	text-decoration : none;
}

A.links:VISITED, A.links:ACTIVE {
	color : White;
font-weight : bold;
	background : #6633cc;
	text-decoration : none;
}


A.links:HOVER {
	color : #E6E6FA;
	font-weight : bold;
	text-decoration : none;
}



