
body {
font-family: verdana;
font-size: 14px;
text-align: center;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
}
h3 {
text-align: center;
}
p {
text-align: justify;
margin: 10px;
}
#main {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}
#top {
width: 100%;
margin-bottom: 20px;
}
#left {
float: left;
width: 48%;
border: 1px solid black;
margin-bottom: 20px;
background-color: #C9DDFF;
}
#right {
float: right;
width: 48%;
border: 1px solid black;
background-color: #E3F4DF;
}
#bottom {
width: 100%;
height: 120px;
}
.section {
width: 100%;
border: 1px solid black;
}
.clearl {
clear: left;
}
.clearl {
.clear: right;
}
.author {
text-align: center;
}
