body {
    background-color: #eeeeee;
    font: 10pt/1.5 'Helvetica Neue', 'Lucida Grande', Arial, sans-serif;
}

h2 {
    font: bold 24px StencylFont;
    color: #224466;
}

h3 {
    font: bold 18px StencylFont;
    color: #334455;
}

.boxthree h4 {
    font: bold 12pt;
    color: #334455;
    text-transform:uppercase;
    margin:0px;
    padding:0px;
}

hr {
    color: #888888;
    background-color: #888888;
    height: 1px;
    border: 0;
}

table {
    border-collapse: collapse;
}

table,th,td {
    border: 1px solid black;
}

th {
    background-color: #99aabb;
}

th,td {
    text-align: center;
    padding: 10px;
}

ul {
    margin-left: -10px;
}

.boxthree ul {
	list-style-type: none;
	margin-left:38px;
	padding:0px;
}

.boxthree li {
	list-style-image:url('book.png'); 
}

ol {
    margin-left: -10px;
}

.boxone {
    border-style: solid;
    border-width: 1px;
    border-color: #99aabb;
    background-color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}

.boxthree {
    border:0px;
    padding:3px;
    margin:0px;
}

.block {
    padding: 3px;
    border: 2px dashed #BB6633;
}

a:link {
    color: #114477;
    text-decoration: none;
}

a:visited {
    color: #996633;
    text-decoration: none;
}

a:hover {
    color: #996633;
    text-decoration: underline;
}

a:active {
    color: #114477;
    text-decoration: none;
}

img {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.boxthree a:link {
    color: #444444;
    text-decoration: none;
}

.boxthree a:visited {
    color: #444444;
    text-decoration: none;
}

.boxthree a:hover {
    color: #eeeeee;
    background: #446688;
    text-decoration: none;
}

.boxthree a:active {
    color: #444444;
    text-decoration: none;
}