﻿a:link
{
	color: #ffffff;
}

a:visited
{
	color: #ffffff; 
} 

a:active 
{
	color: #ffffff;
}

body
{
	background-color: #333333;
	color: #ffffff;
	list-style-type:  circle;
	font-family:Tahoma;
	margin: 0; padding: 0;
	font-size: 16px;
	width: 900px;
}

table
{
}

tr
{
}

td
{
	padding: 2px 8px;
	font-size: 16px;
	vertical-align: top;
}

button, input, select, textarea
{
	font-family: inherit;
	font-size: 100%;
}

h1
{
	font-size:36px;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline;
}

h2
{
}

h3
{
	font-size:30px;
}

h4
{
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6
{
	color: silver;
	font-size: 14px;
	font-weight: normal;
}


.main
{
	padding-top: 20px;
	margin-left: 220px;
}


.sidenav
{
	overflow: hidden;
	background-color: #990000;
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 40px;
	text-indent: 20px;
}

.sidenav a
{
	float: left;
	color: #ffffff;
	text-align: center;
	padding: 20px 16px;
	text-decoration: none;
	font-size: 20px;
}

.sidenav a:hover
{
	color: #ffcc00;
}

.sidenav a.active
{
	font-weight: 900;
}
