* {
border: none;
font-size: 1em; 
margin: 0;
padding: 0;
}
body {
background-color: #FFF;
font-family: arial,"bitstream vera sans",sans-serif;
font-size: 0.7em;
text-align: center;
}
#container {
margin: 0 auto;
text-align: center;
width: 68em;
}
#menu {
color: #456;
float: left;
width: 8em;
}
#content {
border-left: 1px dashed #456;
border-right: 1px dashed #456;
margin-left: 0em;
padding: 1em;
}
h1,h2,h3,h5 {
color: #234;
letter-spacing: 0.2em;
line-height: 2em;
font-weight: 900;
text-align: center;
}
h1 {
border-bottom: 1px dashed #456;
border-left: 1px dashed #456;
border-right: 1px dashed #456;
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.2em;
}
h4 {
border-top: 1px dashed #456;
color: #234;
font-weight: 100;
text-align: center;
}
h5 {
border-bottom: 1px dashed #456;
font-size: 1em;
}
h6 {
border-top: 1px dashed #456;
border-left: 1px dashed #456;
border-right: 1px dashed #456;
color: #234;
font-weight: 100;
text-align: center;
}
ul,li {
list-style: disc inside;
text-align: left;
}
p {
text-align: justify;
text-indent: 1em;
}
a {
color: #039;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}