body{
 background:white none;
 color:black;
 font-size:17px;
 font-family:serif;
}

h1{
 font-size:21px;
 font-family:serif;
}

h2{
 font-size:19px;
 font-family:serif;
}

small{
 font-size:14px;
 font-family:sans-serif;
}

a {
 border-style:outset;
 border-width:1px;
 border-color: silver gray gray silver;
 text-decoration: none;
 white-space:nowrap;
}

blockquote{
 font-style:italic;
}

th{
 font-weight:bold;
}

.setright{
 float:right;
 margin:0 0 0 5%;
}

.setleft{
 float:left;
 margin:0 5% 0 0;
}
