html, body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	background-color:#EFEFEF;
	font-size:.8em;
}
#Header {
    background-color:#000000;
    color:white;
    height:25px;
    text-align:center;
    margin:0px;
    width:100%;
}
h1 {
    font-size:125%;
    margin-bottom:0px;
    display:inline;
}
h2 {
    margin-top:5px;
}
.button {
    border-radius:5px;
    border:2px solid #666;
    padding:0px 4px;
    background-color:white;
    position:absolute;
    font-size: 150%;
    line-height: 0.8em;
    text-decoration:none;
}
.button a:link {
    color:black;
    text-decoration:none;
}
#leftbutton {
    left:2px;
}
#rightbutton {
    right:2px;
}
.LinkList {
    margin-left:0px;
    padding-left:0px;
}
.LinkList a {
    display:list-item;
    padding:10px;
    border-bottom:1px solid black;
    list-style:none;
    margin-left:0px;
    background-color:#666;
    color:white;
}
