A:LINK {
	color : Yellow;
	font-weight : bold;
	text-decoration: none;
}
A:VISITED {
	color : Yellow;
	font-weight : bold;
	text-decoration: none;
}
A:hover {color: Lime;} 
A:hover {text-decoration:overline & underline;}
}

BODY {
	background-color : Black;
	font-size : 12 px;
	text-decoration : none;
	color : White;
		scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFCE00; scrollbar-highlight-color: #0099CC; scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color: Yellow; scrollbar-track-color: #0099CC; scrollbar-arrow-color: Yellow;
		font-family: Verdana;
}
custom {
	color : Red;


HR {
	color : Yellow;
}
h1.newtext {
	font-size: 14px;
	color: Yellow;
}
h2.moretext {
	font-size: 10px;
	font-weight: normal;
}
h2.newtext {
	font-size: 10px
}
a.enter {
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
a.trades {
	font-size: 9px;
	font-weight: bold;
}
a.personal {
	color: White;
	font-size: 25px;
	font-weight: normal;
	text-decoration: underline;
}
h1.head {
	font-size: 25;
	font-weight: normal;
}

/*	This class is for the error messages					*/
strong.error{
	background : #FF3300;
	color : #FFFFFF;
	font-family : "Comic Sans MS";
	font-weight : bold;
	}


