/* font settings */
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 20px;
    color: #DDDDDD;
}
h2 {
    font-size: 18px;
    color: #DDDDDD;
}
h3 {
    font-size: 16px;
    color: #DDDDDD;
    margin-bottom: 8px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}

ul {}
ol {}
p {
    margin-bottom: 10px;
}
p.intro
{
    font-weight: bold;
}
.content
{
    line-height: 18px;
}
/* keep this order, hover must always come after link and/or visited, active must come after hover to be effective */
a:link {
    color: #AAAAAA;
    text-decoration: none;
} 
a:visited {
    color: #AAAAAA;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

/* put other classes here, with the font-specific properties only. All box-model and/or other properties must be placed elsewhere */
.main-menu ul li a:link, .main-menu ul li a:visited
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
.main-menu ul li a:hover { color: #888888; text-decoration: none; }
.content
{
    color: #ffffff;
}

.content ul
{
   list-style:disc;
   list-style-position:outside;
   padding:0 0 0 20px;
}
