/* <?php include('pathname/to/file.html') ?> */
/* host=HostDepot */
body{
 font-family:Verdana, sans-serif;
 color:#FFF;
 background:#333;
 margin:0px;
 padding:0px;
 text-align:center;
 }
h1{
 color:#FFF;
 font-size:24px;
 text-transform:uppercase;
 text-align:center;
 }
h2{
 color:#FFF;
 font-size:16px;
 text-transform:uppercase;
 text-align:left;
 padding-left:40px;
 padding-right:40px;
 }
h3{
 font-size:13px;
 text-align:left;
 font-weight:bold;
 text-transform:uppercase;
 }
p{
 color:#FFF;
 font-size:13px;
 text-align:left;
 padding-left:40px;
 padding-right:40px;
 }
a{
 color:#FFF;
 background:000;
 }
.key #container{
 width:740px;
 margin:0 auto; /* value+auto=centered */
 background:#000;
 }
.key #header{
 float:left;
 width:100%;
 border-bottom:12px solid #000;
 overflow:hidden;
 position:relative;
 background:#A00;
 }
 .key #header ul{
 list-style:none;
 clear:left;
 float:left;
 margin:0;
 padding:0;
 position:relative;
 left:50%;
 text-align:center;
 }
.key #header ul li{
 display:block;
 float:left;
 list-style:none;
 margin:0;
 padding:0;
 position:relative;
 right:50%;
 }
.key #header ul li a:link,a:visited{
 display:block;
 font-weight:bold;
 font-size:14px;
 color:#FFF;
 background:#A00;
 margin:0px;
 padding:10px 16px;
 text-decoration:none;
 text-transform:uppercase;
 }
.key #header ul li a:hover,a:active{
 background:#F00;
 text-decoration:underline;
 }
.key #content{
 /* reserved */
 }
.key #footer{
 font-size:12px;
 background:#A00;
 padding:1px;
 }
.key #footer a{
 color:#FFF;
 background:#A00;
 }
.key #sheet{
 font-size:12px;
 text-align:left;
 padding-left:10px;
 }
