A {
	text-decoration: none;
}

A:visited {
	color: #0000cc;
	text-decoration: none;
}

A:active {
	color: #800080;
	text-decoration: none;
}

A:hover {
	color: #ee0000; 
	background-color:#ffff00;
}

BODY {
	background: #ccffff; 
}

P {
	text-indent: 1em;
}

H1 {
	color: #ffffff; 
	background:#000099;
	text-align: center;
}

H2 {
	color: #000000;
	text-align: left;
}


