/* CSS Document */

body {
	background-color: #000000;
	background-repeat: repeat-x;
	
	
}

.header {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

.menudiv {color: #FF9000; font-weight: bold; }

.description { text-indent: 30px; }

.linkmenutop {color: #FFFFFF}

.copyright {font-size: 10px}

.orangelinkbody {color: #FF7A2B; text-decoration: none}
