body { 
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, serif;
    color: #C1B6A5;
    text-align: center;
    background-image: url('../images/bg_green.jpg');
    background-color: #6E8C80;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4 { font-size: .9em; }
h5 { font-size: .7em; }
h6 {  font-size: .6em; }
h1,  h2,  h3,  h4,  h5,  h6 {
    color: #6B4C9D;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
p { 
    font-family: verdana, arial, helvetica, serif;
    color: #C1B6A5;
    line-height: 140%;
    font-size: .8em;
    margin: 5px 0px 15px 0px;
}
a           { text-decoration: none; }
a:link		{ color: #5F3840; background-color: transparent; }
a:visited   { color: #5F3840; background-color: transparent; }
a:hover     { color: #E0F000; background-color:  transparent; }
a:active    { color: #E0F000; background-color: transparent; }
#head {
    text-align: center;
    padding:0px;
    margin-top: 20px;
    background-color: transparent;;
}
#main {
    border: #936C3B 5px solid;
    width: 550px;
    padding:20px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: .9em;
    background-color: #3F3280;
    background-image: url('images/bg3.jpeg');
}
#termlist {
    list-style-type: none;
}
li {
    text-indent: -1em;
    margin-top:8px;
}
li:first-letter {
    font-size:135%;
    font-family: Times New Roman, times, serif, Verdana;
    font-style: italic;
    font-weight: bold;
}
#foot, #checks {
    font-family: verdana, arial, helvetica, serif;
    text-align: center;
    font-weight: bold;
    font-size: .7em;
    color: #3F3280;
	margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top:0px;
}
#checks {
    margin-top: 10px;
	margin-bottom: 10px;
    font-size: .7em;
}
