@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-style: italic;
}

h3 {
	background-color: #4878d0;
}

a {
	color: #4080FF;
}

a:hover {
	color: #ffffff;
	background-color: #4878d0;
}

.contentmenu {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.contentmenu a {
	color: #ffffff;
	text-decoration: none;
}

.contentborder {
	background-color: #4878d0;
}

.contentbackground {
	background-color: #182840;
}

.copyright {
	font-size: 10px;
	color: #808080;
}

