body {
background:#f0f0f0;
text-align:center;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
}
a {
text-decoration:none;
color: #819E04;
}
a:hover {
text-decoration:underline;
color:#A7CB03;
}
.header {
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
overflow:hidden;
border-bottom:1px solid #f0f0f0;
}
.header h1 {
font-size:30px;
color:#3D4914;
margin:20px;
border-bottom:1px solid #ccc;
}
.header .h1 {
width:500px;
float:right;
text-align:right;
}
.header .logo {
width:300px;
float:left;
margin:20px;
text-align:left;
}
.page {
width:900px;
background:#fff;
border:1px solid #ccc;
margin:0px auto 0px auto;
}
.footer {
font-size:10px;
}
.clr {
clear:both;
}
