body {
    background-image:url(img/background.jpg);
    background-repeat:no-repeat;
    background-position:top;
    color: #000;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 60px;
    vertical-align: middle;
}
a {
    color: #4be14b;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #CC99CC;
}
TABLE {
    color: #000;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
}
ul.NoBullet {
    list-style-type: none
}
li {
    font-size: 12px;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    color: #666666;
    text-align: left;
    vertical-align: top;
}
li a {
    font-weight: normal;
}
li a:hover{
    color: #CC99CC;
}

#greengrad {
    background-image: url(img/leftgrad.jpg);
    background-repeat: no-repeat;
}
#sidebarlinks a {
    color: #666666;
}
#sidebarlinks a:hover {
    color: #CC99CC;
}
#title {
    color: #CC99CC;
    font-size: 16px;
    font-weight: bold;
}
#title2 {
    color: #99CC99;
    font-size: 14px;
    font-weight: bold;
}
