a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.BlackText {
	font-size: 14px;
}
.Footer {
	font-size: 12px;
	color: #FF6600;
}
.YellowBlodText {
	color: #FF6600;
	font-weight: bold;
}
.BigTitle {
	font-size: 36px;
	font-weight: bold;
	color: #0099FF;
}
.SmallTitle {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
.BlueText {
	font-size: 14px;
	font-weight: normal;
	color: #0099FF;
}
.YellowTitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.Keyword {
	color: #FF6500;
	font-weight: bold;
}
.YellowText {
	color: #FF6600;
}
.RedText {
	color: #FF0000;
}
