/* CSS Document */

body {
margin:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height:16px;
}

a:link {
color:green;
text-decoration:none;
}

a:hover {
color:#85690C;
text-decoration:underline;
}

a:visited {
color:green;
text-decoration:underline;
}

h1 {
font-size:14px;
color:green;
}

.horDivider {
width:auto;
border-top: 1px solid #CBBD87;
}






