body {
	background-color: #e8eeeb;
	font-size:100%;
	}
body,p,h1,h2,h3,h4,h5,li,ul,td,th {
	padding:0;
	margin:0;
	color: #999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	text-align: center;
}
h1 {
	font-weight: normal;
	text-align: inherit;
}
h2 {
	font-weight: normal;
	text-align: right;
}
h3 {
	text-align: left;
	font-weight: normal;
}
h4 {
	text-align: left;
	font-weight: normal;
	color:#333;
}
h5 {
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
}
#menubalk {
	font-size: 0.9em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin-top: -0.2em;
	margin-bottom: 0.3em;
	margin-right: 2.5em;
	display: block;
}
#footer {
            position: absolute; 
            bottom: 0;
            border-top: 1px solid white;
            width: 100%;
            padding: 0.5em 0px 0.5em 0px;
            height: 15px;
            text-align: center;
        }
a:link {
	text-decoration: none;
	color:#CCC;
}
a:hover {
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}

a:active {
	text-decoration: none;
	color: #CCC;
}
