a:link    {font-weight:bold; text-decoration: none; font-size:110%; color: #ebe5cf;}
a:visited {font-weight:bold; text-decoration: none; font-size:110%; color: #ebe5cf;}
a:focus   {font-weight:bold; text-decoration: none; font-size:110%; color: #b29d5c;}
a:hover   {font-weight:bold; text-decoration: none; font-size:110%; color: #b29d5c;}
a:active  {font-weight:bold; text-decoration: none; font-size:110%; color: #b29d5c;}

#menu a:link    {font-size:120%; color: #ebe5cf; }
#menu a:visited {font-size:120%; color: #ebe5cf; }
#menu a:focus   {font-size:120%; color: #b29d5c; }
#menu a:hover   {font-size:120%; color: #b29d5c; }
#menu a:active  {font-size:120%; color: #b29d5c; }

#footer a:link    {font-size:100%;}
#footer a:visited {font-size:100%;}
#footer a:focus   {font-size:100%;}
#footer a:hover   {font-size:100%;}
#footer a:active  {font-size:100%;}

root { 
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size:16px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    color:#ffffff;
    background: url(images/back.jpg) repeat-x;
}

div.wholepage {
    width:800px;
    margin-left:auto;
    margin-right:auto;
}

div.pageleft {
    width:300px;
    float:left;
    border-style:none;
    border-width:0px;
    font-size:14px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

div.pageright {
}

div.menu {
    width:100px;
    float:left;
    clear:right;
    text-align:left;
    color:#ffffff;
}

div.footer {
    font-size:90%;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    text-align:center;
    clear:both;
}

p.paddedp {
}

table.basic {
    font-size:12px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    color:#ffffff;
}

span.bigger {
    font-size:120%;
}

span.smaller {
    font-size:90%;
}

span.title {
    text-decoration:underline;
    font-size:120%;
    font-weight:bold;
}

span.purple {
    color:purple;
}

span.white {
    color:#ffffff;
}

span.red {
    color:red;
}

span.blue {
    color:blue;
}

span.underline {
    text-decoration:underline;
}

span.bold {
    font-weight:bold;
}

span.italic {
    font-style:italic;
}
