<style type="text/css">
body {
background-color:#265B44;
}
a:link, a:active, a:visited {
font: 13px Arial;
color:#265B44;
}
a:hover {
font: 13px Arial;
color:#CC9933;
text-decoration: overline;
}
#all {
position:absolute;
background:#265B44;
top:0px;
left:0px;
width:100%;
height:100%;
}
#all_width {
width:750px;
background:none;
}
#head {
font:13px Arial;
background:#F9EBBE;
width:100%;
font-weight:bold;
color:265B44;
text-align:center;
border: 2px solid #000;
padding: 30px
}
#head a {
font-weight:bold;
font:20px;
}
#main {
font:13px Arial;
width:100%;
height:475px;
overflow:auto;
scrollbar-face-color:#F9EBBE;
scrollbar-highlight-color:#F9EBBE;
scrollbar-shadow-color:#F9EBBE;
scrollbar-3dlight-color:#265B44;
scrollbar-arrow-color:#265B44;
scrollbar-track-color:#F9EBBE;
scrollbar-darkshadow-color:#265B44;
text-align:center;
background:#F9EBBE;
border-right: 2px solid #000;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
padding: 30px
}
h2 {
text-decoration:underline;
color:#265B44;
}
hr {
color: #000;
border: 1px solid #000;
width: 85%;
}
img {
border: 1px solid #000;
}
.list {
text-align:left;
}
</style>