@charset "utf-8";
/* CSS Document */

a {
color: #000099;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

body {
background-color: #e2deca;
}

body, p, table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 140%;
font-weight: bold;
border-bottom: 1px solid #C9C19C;
}