.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDE8A6;
}

.Text a:link {
	color : #FDE8A6;
	text-decoration : underline;
}
 
.Text a:hover {
	color : #FDE8A6;
	text-decoration : none;
}

.Text a:visited {
	font-size : 11px;
	color : #FDE8A6;
}

.BG {
	background : #000000;
}

.border {
	border: 2px #FDE8A6 solid;
}

.border2 {
	border: 1px #E59D24 solid;
}