/* define font in all default tags */

BODY {

	background-color: #000000;

	margin: 0px;
	padding:0;

}



TABLE, TR, TD, TH,  BLOCKQUOTE, DIV, SPAN, DD, U, UL, DL, H4, H5, INPUT, A, BR, CENTER, I, B, LI, OL, TEXTAREA, FORM, P, SELECT, STRONG { font-size: 10px; font-family: Verdana, Tahoma, sans-serif;  color: #ffffff;

}



a:link {

	color: #7D5E6B;

	text-decoration: none;

}

a:visited {

	color: #5E4751;

	text-decoration: none;

}

a:hover {

	color: #939393;

	text-decoration: underline;

}

a:active {

	color: #333333;

	text-decoration: underline;

}



FORM { margin-top: 0px; margin-bottom: 0px; }

SELECT { border-width: 1px; color: #333333; }

INPUT { border-width: 1px; color: #333333; }

TEXTAREA { border-width: 1px; color: #333333; }

.normal { border-width: 1px; color: #333333; width: 150px; }



/* custom font classes */

.heading { font-size: 14px; font-weight: bold; color: #ffffff; }

.content { line-height: 16px; }

