body, p, div {
	font-family: arial;
	font-weight:normal;
	font-style: normal;
	text-decoration: none;
	color: white;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
}
.TextBigWhite{
font-size: 16px;
	color: white;
}
.TextBigWhite A:link{
color:#5d98c9;
font-size:16px;
}
.TextBigWhite A:visited{
color:#5d98c9;
font-size:16px;

}
.TextBigWhite A:active{
color:#5d98c9;
font-size:16px;

}
.TextBigWhite A:hover {
font-size:16px;
color: red;
}

.TextBigWhite2{
font-size: 16px;
	color: white;
}
.TextBigWhite2 A:link{
color: white;
font-size:16px;
}
.TextBigWhite2 A:visited{
color: white;
font-size:16px;

}
.TextBigWhite2 A:active{
color: white;
font-size:16px;

}
.TextBigWhite2 A:hover {
font-size:16px;

color: red;
}
.TextSmall{
font-size:12px;
	color: white;
}
.TextSmall A:link{
color:#5d98c9;
font-size: 12px;
}
.TextSmall A:visited{
color:#5d98c9;
font-size:12px;
}
.TextSmall A:active{
color:#5d98c9;
font-size:12px;
}
.TextSmall A:hover {
font-size:12px;
color: red;
}
.TextMed{
font-size: 14px;
	color: white;
}

.TextBigOrange{
font-size: 16px;
	color: #f9cc29;
}


.Footer{
font-size: 10px;
	color: gray;
	text-align: center;
	text-decoration: none;
}
.Footer A:link{
color: gray;
font-size: 10px;
	text-decoration: none;
}
.Footer A:visited{
color: gray;
font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.Footer A:active{
color: gray;
font-size: 10px;
	text-decoration: none;
}
.Footer A:hover {
font-size: 10px;
color: red;
	text-decoration: none;
}