body {
	background: #262626;
}

a {
	color: #FFD90F;
	text-decoration: none;
}
a:link {

}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {

}
/* I was thinking you'd use this colour for the border and corner images of the login box */
/* border colour #FFD90F */
.loginmess{color: #939598;font-size: 11px;font-weight: bold;padding: 2px;font-family: Arial, Helvetica, sans-serif;}
.azbase{color: #FFFFFF;font-size: 11px;padding: 2px;font-family: Arial, Helvetica, sans-serif;}
.azbutton{color: #000;font-size: 11px;padding: 2px;font-family: Arial, Helvetica, sans-serif;}
.azwarn{color: red;font-size: 11px;padding: 2px;font-family: Arial, Helvetica, sans-serif;}
.maintab{background:#262626;}