
.comments {
    padding-left: 4px;
    padding-right: 4px;
    background-color: #aaaaaa;
}

body      {
    font-size: 90%;
    font-family: verdana, arial, helvetica;
}

code      {
    font-family: lucida console, courier new, courier;
}

.rule     {
    font-size: 20%;
}

.title    {
    font-size: 120%;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

.large    {
    font-size: 110%;
    font-family: verdana, arial, helvetica;
}

.small    {
    font-size: 90%;
    font-family: verdana, arial, helvetica;
}

a         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

a:link    {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover   {
    color: black;
    text-decoration: underline;
}

