body {
	background-color: #6699FF;
}

body, td, th {
	color: #666633;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}

a:link {
	color: #330099;
	text-decoration: none;
	font-weight: bold;


}

a:visited {
	color: #996699;
	text-decoration: none;
	font-weight: bold;


}

a:hover {
	text-decoration: none;
	color: #FF0033;
	font-weight: bold;


}

a:active {
	color: #FF0000;
	font-weight: bold;

}

a.hidden {
  color: #000000;
}

