a:link {
	color: rgb(255,255,255); 
}

a:visited {
	color: rgb(255,255,255); 
}
 
a:active {
	color: rgb(255,255,255);
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: rgb(199,217,245);
	color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(255,255,255);
}

h1.reverse {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(142,0,119);
}

h2.reverse {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(142,0,119);
}

h3.reverse {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(142,0,119);
}

h4.reverse {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(142,0,119);
}

h5.reverse {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(142,0,119);
}

h6.reverse {
	font-family: Verdana, Arial, Helvetica;
	color: rgb(142,0,119);
}

table.reverse {
	color: black;
	background-color: rgb(255,255,255);
}

table.normal {
	background-color: rgb(199,217,245);
	color: rgb(255,255,255);
}

a:link.reverse {
	color: blue;
}

a:active.reverse {
	color: blue;
}

a:visited.reverse {
	color: blue;
}

a:hover.reverse {
	text-decoration: underline;
}

tr.reverse {
	color: black;
	background-color: rgb(255,255,255);
}
tr.normal {
	color: black;
	background-color: rgb(199,217,245);

}
