/* general settings */
body {
	background-color:#FF9900;
}

body, td, tr, p, ol, ul, li, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* title h1*/
h1 {
	font-size: 12px;
	color: #000000;
	margin-bottom: 14px;
	font-weight: 900;
	line-height: 18px;
}

/* links */
a 					{ color:#000000; text-decoration: none}
a:hover 			{ color:#000000;text-decoration: underline}
a:active 			{ color:#000000; }
a:visited 			{ color:#000000; }

/* copyright h1*/
.copyright {
	font-size: 9 px;					
}

/* navigation */
.navigation {
	font-size: 10px;
	font-weight: 900;
}