html {
min-height:100%;
display: block;
}
body {
background: #263651;
color: #ffffff;
margin: 0px 0px 0px 0px;
height:100%;
font-family: verdana, arial;
font-size: 11px;
}
a:link {
color: #ffff99;
}
a:visited {
color: #ffff99;
}
a:hover {
color: #ffff00;
}
#container {
background:#000;
min-height: 100%;
width: 740px;
margin-left: auto;
margin-right: auto;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
font-size: 11px;
display:block;
}
#logohead {
background: #263651;
padding: 4px;
}
#inner {
min-height:100%
display: block;
background:#000;
font-size: 11px;
}
.pagetitle {
font-size: 14px;
font-weight: bold;
}
.regulartext {
font-size: 11px;
}
.red_caption {
color:#b90000;
}
#footertext {
margin: 5px;
font-size: 9px;
}
