/*** MAIN ELEMENTS ***/

body {
	font: normal 1em "Trebuchet MS", Arial, sans-serif;
	color: #fff; 
	background-color: #222;
}

#submenu {
	background-color: #555;
}

.content {
	background-color: #222;
}

#footer {
	background-color: #222;
}

#footer p {
	font-size: 80%;
	color: #fff;
}



/*** MISC ***/

h1 {
	font: bold 1em/1.3em "Trebuchet MS", Arial, sans-serif;
	color: #fff;
}

h2 {
	font: bold 0.7em/1.1em "Trebuchet MS", Arial, sans-serif;
	color: #888;
}

h3 {
	font: bold 0.8em/1.1em "Trebuchet MS", Arial, sans-serif;
	color: #888;
	text-align: justify;
}

h4 {
	font: bold 1em/1.3em "Trebuchet MS", Arial, sans-serif;
	color: #888;
}

h5 {
	font: bold 0.8em/1.1em "Trebuchet MS", Arial, sans-serif;
	color: #ddd;
}

h6 {
	font: bold 1em/1.3em "Trebuchet MS", Arial, sans-serif;
	color: #ffb86c;
}

.fade {
	color: #666;
}

.underline {
	text-decoration: underline;
}

#jw {
	font-size: 90%;
	color: #555;
}



/*** LINKS ***/

.menuhere {
	text-decoration: underline;
}

a {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #fff;
}

a.menub {
	color: #888;
	text-decoration: none;
}

a.menub:visited {
	color: #888;
	text-decoration: none;
}

a.menub:hover {
	text-decoration: underline;
}

a.menub:active {
	color: #888;
}


a.h2 {
	color: #888;
	text-decoration: none;
}

a.h2:visited {
	color: #888;
	text-decoration: none;
}

a.h2:hover {
	text-decoration: underline;
}

a.h2:active {
	color: #888;
}

a.h6 {
	color: #ffb86c;
	text-decoration: none;
}

a.h6:visited {
	color: #ffb86c;
	text-decoration: none;
}

a.h6:hover {
	text-decoration: underline;
}

a.h6:active {
	color: #ffb86c;
}




