#container {
	width: 1200px;
} 
#topbar { 
	background: #369;
}
#mainContent { 
    padding: 0 40px; 
}
.menu {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: text-top;
	text-align: justify;
}
#topbar a {
	font-size: 20px;
	text-decoration: none;
}
#topbar a:link {
	color: #FFF;
}
#topbar a:hover {
	background-color: #C00;
	display: block;
}
#topbar a:visited {
	color: #FFF;
}
#topbar a:active {
	color: #000;
}
h1 {
	font-size: 36px;
	font-style: italic;
	text-align: center;
}
#mainContent a {
	color: #fff;
	font-size: 18px;
}
#mainContent a:hover {
	text-decoration: none;
}

/* Dropdown Button */
.dropbtn {
	background-color: #369;
	font-weight: bold;
	color: white;
	padding: 0px;
	font-size: 20px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #369;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: white;
	font-weight: normal;
	color: white;
	text-align: left;
	padding: 2px 8px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #C00;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #C00;}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: underline;
}
