BODY {
	color: #333333;
      	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
}

H1 {
	color: #ff99ff;
}

H2 {
	color: #ff99ff;
}

A:LINK {
	color: #0033FF;
}

A:VISITED {
	color: #0033FF;
}

A:HOVER {
	color: #0099FF;
}

A:ACTIVE{
	color: #0099FF;
}

