html,body{
	font-family:"Courier New", Courier, monospace;
	font-size:13px;	
    margin:0;
    padding:0;
    height:100%;
    border:none
}

h1{
	font-size:1px;
	color: white;
	display: inline;
}

.header {
	text-align: center;
}

.footer {
	text-align: center;
	background-color: #FFFF99;
}

a:link{
	color: #006600;
}
a:visited{
	color: #006600;
}
a:active{
	color: #339933;
}
a:hover{
	color: #339933;
}

a.menu:link{
	text-decoration : none;
	font-family: "Courier New", Verdana, Arial, Sans-Serif;
	font-size: 13px; 
	color: #147;
	text-align: right;
}
a.menu:active{
	text-decoration : none;
	font-size: 13px; 
	font-family: "Courier New", Verdana, Arial, Sans-Serif;
	color: #147;
	text-align: right;
}
a.menu:visited{
	text-decoration: none;
	font-size: 13px; 
	font-family: "Courier New", Verdana, Arial, Sans-Serif;
	color: #147;
	text-align: right;
}
a.menu:hover{
	text-decoration: underline;
	font-size: 13px; 
	font-family: "Courier New", Verdana, Arial, Sans-Serif;
	color: #147;
	text-align: right;
}

.progress {width: 1px; height: 18px; color: white; font-weight:normal; font-size: 11px; overflow: hidden; background-color: #999999; padding-left: 0px;}
