/* Default style sheet */

body {
background: #000000;
font: 9pt verdana, arial, helvetica, sans-serif;
color: #ffffff;
}

a {
color: #fb3;
text-decoration: none;
background-color: #000000;
}

a:hover {
color: #960;
text-decoration: underline;
background-color: #000000;
}

dfn {
cursor: help;
border-bottom: 1px dotted #333;
color: #333;
font-style: normal;
}

h1 {
color: #33ff00;
font: 24pt verdana, arial, helvetica, sans-serif;
background-color: #000000;
}

.entry {
margin-top: 6px;
margin-bottom: 6px;
padding-bottom: 6px;
border-bottom: 1px dotted #ffffff;
}

.entry h1 {
font-style: italic;
font-size: 20px;
line-height: 21px;
}
.entry h2 {
font-size: 14px;
line-height: 15px;
}

#footer {
color: #888;
text-align: center;
background-color: #000000;
padding-top: 1px;
}

.comment {
background-color: #eee;
border: 1px solid #ccc;
padding: 4px;
margin-bottom: 12px;
}

form {
width: 75%;
margin: 0 auto;
vertical-align: top;
}

input, select, textarea {
margin: 2px;
font: 9pt verdana, arial, helvetica, sans-serif;
border: 1px solid #ccc;
color: #444;
background: #eee;
vertical-align: top;
}

form p {
margin: 1px;
padding: 0;
}
