A, A:FOCUS {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER {
	text-decoration : underline;
}
A:ACTIVE, A:VISITED {
	color : #4E4E4E;
}
BODY {
	background-color : #D3D3D3;
}

