ul {list-style-type:square}

hr {
    background-color: tan;
    border: 0px;
    color: black;
    height: 1px;
    padding: 0px;
}

a {text-decoration: none;}
a:link {color: darkgreen;}
a:visited {color: brown;}
a:hover {
    color: mediumblue;
    text-decoration: underline;
}
a:active {color: red;}

body {
    font-size:110%;
    line-height:1.125em;
}.bodytext p {
    font-size:0.875em;
}.sidenote {
    font-size:0.75em;
}
body
{
	margin-left: 20;
	margin-right: 20;
	padding: 0;
}     

span.tab {
    padding: 0 45px;
}