2008-12-12 11:06:32 -08:00
|
|
|
/** CSS by Wain. */
|
|
|
|
body {
|
2010-05-01 23:49:18 -07:00
|
|
|
background-color: #e9eef3;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-family: Arial, sans-serif;
|
2008-12-12 11:06:32 -08:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
#header {
|
2010-05-01 23:49:18 -07:00
|
|
|
background-color: #dde3e9;
|
|
|
|
border-bottom: 1px solid #f2f7fc;
|
2008-12-12 11:06:32 -08:00
|
|
|
}
|
|
|
|
#header h1 {
|
2010-05-01 23:49:18 -07:00
|
|
|
font-size: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0;
|
|
|
|
padding: 12px;
|
|
|
|
border-bottom: 1px solid #c8d0d9;
|
2008-12-12 11:06:32 -08:00
|
|
|
}
|
|
|
|
#header span {
|
2010-05-01 23:49:18 -07:00
|
|
|
font-weight: normal;
|
|
|
|
color: #5e6b75;
|
2008-12-12 11:06:32 -08:00
|
|
|
}
|
|
|
|
#footer {
|
2010-05-01 23:49:18 -07:00
|
|
|
width: 100%;
|
2008-12-12 11:06:32 -08:00
|
|
|
text-align:center;
|
|
|
|
padding-top: 12px;
|
|
|
|
}
|
|
|
|
#footer a {
|
|
|
|
text-decoration:none;
|
|
|
|
color: #5e6b75;
|
|
|
|
}
|