body
{
	font-family: verdana, helvetica, arial, "sans-serif";
	font-size: 14px;
	background-color: Black;
	color: White;
	text-align: left;
}

.html-content
{
	width:600px;
	position: absolute;
	left: 0;
	text-align:left;
}
h1
{
	font-size: 25px;
	line-height: 1.4em;
	color:Red;
	text-transform:uppercase
}

h2
{

	font-size: 20px; 
	line-height: 1.4em;
	color:Red;
	text-transform:uppercase
}

h3
{

	font-size: 20px; 
	line-height: 1.4em;
	text-transform:uppercase
}

h4
{
	font-size: 15px;
	line-height: 1.4em;
	text-transform:uppercase
}


li
{
    line-height: 1.4em;
}

li a
{
    color: White;
}

p
{
    line-height: 1.4em;
}

ul#mainNav , ul#mainNav ul
{
    margin: 0;
    padding: 0 0 10px 0;
    list-style: disc;
    font-weight: normal;
    font-size: 14px;
}

ul#mainNav ul li
{
    margin-left: 30px;
    color: red;    
}


ul#mainNav li
{
    color: Red;
}

ul#mainNav
{
    list-style: none;
    font-weight: bold;
    font-size:25px;
}

a:Link ,
a:Visited 
{
    color: White;
}
a:Hover ,
a:Active
{
    color: Red;
}
