﻿h2
        {
            font-size: 14px;
        }
body
{
	background-color: #333333;
	font-family: Verdana;
	font-size: 10px;
	color: #33FF00;
	margin: 20px 0px 20px 0px;
	cursor: default;
}
.container
{
	padding: 0px;
	width: 600px;
	text-align: center;
	border: 1px solid #33FF00;
	margin-right: auto;
	margin-left: auto;
}
.footer
{
	background-color: #33FF00;
	color: #333333;
	margin: 0px;
	padding: 1px;
}
.footer a
{
	color: #333333;
}
.lgbold
{
	font-size: 14px;
	font-weight: bold;
}
.menu
{
	border-width: 1px;
	border-color: #33FF00;
	color: #333333;
	border-bottom-style: solid;
}
.menu-item
{
	border-width: 1px;
	border-color: #33FF00;
	border-bottom-style: solid;
	width: 100px;
	background-color: #33FF00;
	float: left;
	font-weight: bold;
	height: 15px;
}
.menu-item a
{
	padding: 2px;
	color: #333333;
	text-decoration: none;
	display: block;
}
.menu-item:hover a
{
	color: #33ff00;
}
.menu-item:hover
{
    background-color: #666666;
}
.menu-item-sel
{
	width: 100px;
	background-color: #33FF00;
	float: left;
	font-weight: bold;
	color: #33ff00;
	background-color: #333;
	border-width: 1px;
	border-color: #33FF00;
	border-bottom-style: solid;
	height: 15px;
}
.menu-item-sel a
{
    padding: 2px;
    color: #00FF00;
    text-decoration: none;
    display: block;
}
.footer h2
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.footer p
{
    padding-top: 0px;
    margin-top: 0px;
}
