@charset "UTF-8";
/* CSS Document */

body {
background-color:white;
color:black;
font-family:Courier New, arial,geneva,helvetica,sans-serif;
margin:0;
}
div.bodydiv {
background-color:white;
max-width:1000px;
padding:1em;
}
div.bodydivwide {
background-color:white;
padding:1em;
}
div.description {
background-color:white;
color:black;
}
a:link {
color:black;
text-decoration:none;
}
a:visited {
color:black;
text-decoration:none;
}
a:hover {
color:black;
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
color:black;
font-family:helvetica,sans-serif;
font-weight:bold;
margin-bottom:0.1em;
margin-top:0.1em;
}
.container {
width: 600px;
}

.center {
text-align:center;
}
.serif {
font-family:Courier New, georgia,times new roman,times,roman,sans-serif;
}
.sans-serif {
font-family:verdana,arial,geneva,helvetica,sans-serif;
}
.larger {
font-size:120%;
}
.smaller {
font-size:80%;
}
table.table-simple {
border:5px;
border-collapse:collapse;
border-spacing:0;
}
table.table-simple th {
border:5px;
padding:0.1em 0.5em;
}
table.table-simple td {
border:5px;
padding:0.1em 0.5em;
}
.wordtable{
border-collapse:collapse;
}
table, td, th
{
border:5px solid black;
}
