﻿#AboutUs
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4D4D4D;
}
#AboutUs h1
{
    margin: 0;
    padding: 0px 0px 5px 5px;
    font-size: 1.2em;
}
#AboutUs p
{
    margin: 0;
    padding: 5px;
    font-size: 0.8em;
}
#AboutUs a,
#AboutUs a:active,
#AboutUs a:link a:visited
{
    text-decoration: none;
    color: #0000FF;
}

#AboutUs a:hover 
{
    text-decoration: underline;
}

#MembersOf
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4D4D4D;
}
#MembersOf h1
{
    margin: 0;
    padding: 0px 0px 5px 5px;
    font-size: 1.2em;
}
#MembersOf p
{
    margin: 0;
    padding: 5px;
    font-size: 0.8em;
}
#MembersOf a,
#MembersOf a:active,
#MembersOf a:link a:visited
{
    text-decoration: none;
    color: #0000FF;
}
#MembersOf a:hover 
{
    text-decoration: underline;
}

#MembersOf .align-left { float:left; margin: 0 15px 15px 0; }
#MembersOf .align-right { float:right; margin: 0 0 15px 15px; }
#MembersOf .frame { padding: 5px; border: 1px solid #aaa; }
