BODY {
text-align: center;
font-family:tahoma,arial,sans-serif;
background-color:white;
height:100%;
margin:0;
padding:0;
}

#center {
min-height:200px;
width:600px;
position:absolute;
top:50%;
left:50%;
margin-top:-100px;
margin-left:-300px;
}

#bottom {
margin-top: 20px;
text-align:center;
min-height:1em;
width:600spx;
left:50%;
border-top: 1px solid;
}

#links {
text-align:center;
min-height:1em;
width:600px;
left:50%;
top:80%;
}

/*
A {font-size:20;}
A:link {font-size:14; font-weight:bold; color:#f8c90e ;}
A:visited {font-weight:normal; color:#f8c90e ;}
A:hover {color: #303030;}

/*
h1{text-decoration:bold; font-size:20}
h2{}
h3{}
h4{}

p{font-size:20;}
/*P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em;
}
*/
