a:link, a:visited, .im {
    color: #3366FF;
    cursor: hand;
}

a:hover {
    color: #FF0000;
    cursor: hand;
}

body {
    background: url(../images/bg.gif) #808080 repeat;
    color: #333333;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.ad {
    padding-bottom: 10px;
    padding-top: 10px;
}

.brd {
    border: 1px solid #A4C3E1;
}

.click {
    cursor: hand;
}

.example {
    background-color: #FFFACD;
    margin: 10px;
    padding: 2px 8px 2px 8px;
}

.submenu {
    margin: 5px 0px 0px 4px;
    text-align: left;
}

#content {
    margin: 10px;
}

#error {
    color: #FF0000;
}

#footer {
    color: #333333;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
}

#footer a{
    color: #333333;
    cursor: hand;
   text-decoration: none;
}

#footer a:hover {
    color: #FF0000;
    cursor: hand;
   text-decoration: none;
}

#list thead {
    background-color: #336699;
    color: #FFFFFF;
}

#menu {
    background-color: #C0C0C0;
    border-bottom: 1px solid #292929;
    border-top: 1px solid #292929;
    height: 20px;
    padding-left: 10px;
    padding-top: 4px;
}

#menu a:link, #menu a:visited, .im {
    color: #000000;
    cursor: hand;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover {
    color: #FF0000;
    cursor: hand;
}

#menu span {
    color: #808080;
}

#page {
    background-color: #FFFFFF;
    border: 2px solid #292929;
    margin-top: 20px;
    width: 900px;
}

#wrapper {
}

.red { color:Red; }