body, input, select, textarea, td, th {
	background-color:#FB3205;
	color:#EEEEEE;
	font-family:Helvetica,"Lucida Grande",Arial,sans-serif;
	font-size:14px;
}

body {
	/*background-color:#FB3205;*/
	background-color:#EA2D04;
}

a, area {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
}

a:link {
	color:#EEEEEE;
	text-decoration:underline;
}

a:visited {
	color:#EEEEEE;
}

a:hover {
	color:#EEEEEE;
	text-decoration:underline;
}

a:active {
	color:#EEEEEE;
}


