body {
    background-color:#f0eee4;
    color: #000000;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	
}

div.code {
    background-color:#ffffff;
    border-style: solid;
    border-color: #b3b3aa;
    color: black;
    margin: 10px;
    font-family: monospace;
}

div.header {
    background-color:#ffffff;
    border-bottom-style: solid;
    border-bottom-color: #b3b3aa;
    color: #b3b3aa;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
}
div.footer {
    background-color:#ffffff;
    border-top-style: solid;
    border-top-color: #b3b3aa;
    color: #b3b3aa;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
	font-family: georgia;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;	

}


div.announce{
    background-color:#ffffff;
    border-style: solid;
    border-color: #b31b1b;
    color: #000000;
    position:relative;
    padding: 10px;
}

h1 {
    /* background-color:#ffffff; */
    border-bottom-style: solid;
    border-bottom-color: #d7d6d1;
    color: #000000;
    padding: 10px;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	

}

div.main{
    margin: 60px;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	

}

a:link {
    color:#0005c0;
    text-decoration: none;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	

}

a:visited {
    color:#b31b1b;
    text-decoration: none;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	

}

a:hover {
    text-decoration: underline;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	

}

table {
    border: 0;
    margin-left: 30px;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;	
}

td {
    padding-right: 50px;
}
