body {
    background-color:#4e484e;
    margin:0;
    border:0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

h1 {
    font-size:18px;
}

h2 {
    color:#4e484e;
    font-style:italic;
    font-size:16px;
}

a, a:visited {
    color:#B0539A;
    font-weight:bold;
}

a:hover {
    text-decoration:none;
}

ul {
    list-style-image: url(../images/bullet.gif);
    line-height:22px;
}

img {
    border:0;
}

#content {
    background-color:#ffffff;
    padding:10px;
}

.border {
    background-image: url(../images/border.gif);
    background-repeat: repeat-y;
    background-color:#4e484e;
}

#footer {
    font-size:10px;
    background-color:#ffffff;
    padding:10px;
}