body {
background-color: white;
}

a {
text-decoration:none;
}

a:hover {
color:red;
}

table {
font-family: verdana;
font-size: 11;
}

.header {
font-family: verdana;
font-weight: lighter;
font-size: 18;
text-align:center;
}
.subheader {
font-family: verdana;
font-weight: lighter;
font-size: 14;
text-align:center;
}

#posttitle {
color: gray;
font-size: 12;
text-align:left;
}

.dashes {
border:dashed #000000; border-width: 1px 0 0; height:0;
}

.dotted {
border:dotted #000000; border-width: 12px 0 0; height:0;
}






