HTML {

}
BODY {

	background-color:#131313;
	margin: 0px;
	padding: 0px;
}

/* ======================================== 
Regular Anchor Links
========================================*/
a:link {color:#FFFFFF; text-decoration: underline;}
a:hover {color:#FFFFFF; text-decoration: none;}
a:active {color:#FFFFFF; text-decoration: underline;}
a:visited {color:#FFFFFF; text-decoration: underline;}
a:visited:hover {color:#FFFFFF; text-decoration: none;}

a.BlackLink:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.BlackLink:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}
a.BlackLink:active {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.BlackLink:visited {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	
}
a.BlackLink:visited:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}

a.contactLink:link {
	color: #9a9a9a;
	font-size: 10px;
	text-decoration: none;
}
a.contactLink:hover {
	color: #9a9a9a;
	font-size: 10px;
	text-decoration: underline;
}
a.contactLink:active {
	color: #9a9a9a;
	font-size: 10px;
	text-decoration: none;
}
a.contactLink:visited {
	color: #9a9a9a;
	font-size: 10px;
	text-decoration: none;
	
}
a.contactLink:visited:hover {
	color: #9a9a9a;
	font-size: 10px;
	text-decoration: underline;
}