html {
background-color:#134699;
background-image:url('blueback.gif');
background-repeat:repeat-all;
color:white;
font-family:Bookman Old Style, Verdana,Arial;
font-size:14px;
}

body {
margin-left:auto;
margin-right:auto;
width:800px;
background-color:#FDF5E6;
padding:10px;
background-color:#fff;
color:black;
border:solid;
border-width:1px;
border-color:black;
-moz-border-radius:15px;
}

#links{
width:100%;
}

#links a{
/*table for links at left hand corner*/
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-variant:small-caps;
text-decoration:none;
color:#009;
font-weight:bold;
width:100%;
}

#links a:hover{
color:#000;
}

#frame{
width:800px;
padding:10px;
background-color:#fff;
color:black;
border:solid;
border-width:1px;
border-color:black;
-moz-border-radius:15px;
}