html * {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
font-size: 62.5%; /* 2.5em now equals 25px etc */
font-family: arial, sans-serif;
background: #ffffff;
color: #000000;
}

#wrapper {
width: 760px;
margin: 0 auto; /* center for most browsers */
position: relative;
}

a {
color: red;
}

a:hover {
text-decoration: none;
color: #999999;
}

img {
border: none;
}

div#floatmenu {
position: absolute;
top: 200px;
left: 0;
width: 130px;
border: 1px dashed #000000;
padding-left: 3px;
padding-bottom: 2px;
}

div#floatmenu ul li {
list-style: none;
}

div#floatmenu ul li a {
font-size: 1.2em;
}

div#floatright {
position: absolute;
top: 200px;
right: 0;
width: 130px;
border: 1px dashed #000000;
padding-right: 3px;
padding-bottom: 2px;
}

div#floatright ul li {
list-style: none;
text-align: right;
}

div#floatright ul li a {
font-size: 1.2em;
}

h1 {
font-size: 1.8em;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}

p.bookmark {
width: 100%;
text-align: center;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
background: #b2d5f4;
font-size: 1.2em;
}

h3 {
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
font-size: 1.2em;
}

h3 a {
color: #3ac303;
}

h4 {
text-align: center;
margin: 10px;
font-size: 1.8em;
}

h5 {
text-align: center;
margin: 5px;
font-size: 1.8em;
}

p.banlink {
text-align: center;
font-size: 1.4em;
}

p#extbar {
font-size: 1.2em;
text-align: center;
margin: 20px;
}

p#extbar a {
color: #3ac303;
}