body {
	background-repeat: no-repeat;
	background-color: #cccccc;
	margin: 0;
	padding: 0;

}

#white {
	color: #000000;
}

#white a {
	color: #000000;
	text-decoration: underline;
}

#white a:visited {
	color: #000000;
	text-decoration: underline;
}

#white a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#red {
	color: #000000;
}

#red a {
	color: #000000;
	text-decoration: underline;
}

#red a:visited {
	color: #000000;
	text-decoration: underline;
}

#red a:active {
	color: #FB1112;
	text-decoration: underline;
}

#red a:hover {
	color: #FB1112;
	text-decoration: underline;
}



#green {
	color: #000000;
}

#green a {
	color: #000000;
	text-decoration: underline;
}

#green a:visited {
	color: #000000;
	text-decoration: underline;
}

#green a:active {
	color: #3EFB12;
	text-decoration: underline;
}

#green a:hover {
	color: #3EFB12;
	text-decoration: underline;
}



#orange {
	color: #000000;
}

#orange a {
	color: #000000;
	text-decoration: underline;
}

#orange a:visited {
	color: #000000;
	text-decoration: underline;
}

#orange a:active {
	color: #F38917	;
	text-decoration: underline;
}

#orange a:hover {
	color: #F38917;
	text-decoration: underline;
}



#blue {
	color: #000000;
}

#blue a {
	color: #000000;
	text-decoration: underline;
}

#blue a:visited {
	color: #000000;
	text-decoration: underline;
}

#blue a:active {
	color: #152AFB;
	text-decoration: underline;
}

#blue a:hover {
	color: #152AFB;
	text-decoration: underline;
}


#red2 {
	color: #a4a4a4;
}

#red2 a {
	color: #a4a4a4;
	text-decoration: none;
}

#red2 a:visited {
	color: #a4a4a4;
	text-decoration: line-through;
}

#red2 a:active {
	color: #FB1112;
	text-decoration: underline;
}

#red2 a:hover {
	color: #FB1112;
	text-decoration: underline;
}


