body 
{ 
        
        color: #000000;
        margin: 0;
        padding: 0;
        FONT-FAMILY: Arial, Helvetica;    
        font-size: 100%;     

} 
.main{

        padding-left:8%;
        padding-right: 8%
}
.attrib{

        text-align: right;
        margin-right: 2%;
        font-size: 65%;
        font-weight:bold;
}

.warn
{ 
        color: #aa0000;
        font-style: italic;
        font-weight: bold;
 }
.sub
{
        color: #880000;
        font-size: 120%;
        font-weight:bold;
}
.green
{ 
        color: #006600;
        background: #cce6ff;
}
.red 
{ 
        color: #aa0000; 
        background: #cce6ff;
} 

.blue
{ 
        color: #000088;
        background: #cce6ff;
}
.new{
        color: #006600;
        font-size: 125%;
}
.text
{
        font-family: Courier, monospace;
        color: #d67438;
        background: #cce6ff;
        
}

A.menu:link 
{
        color: #0000ff; 
        text-decoration: none;
        font-size: 2;     

}

A.menu:visited
{ 

        color: #800080;
        text-decoration: none;
        font-size: 2;     
}

A.menu:hover
{
        color: #808080;
        text-decoration: underline overline;
        font-size: 2;     
        
}
A.hidden:link
{ 

        color: #800080;
        text-decoration: none;
        font-size: 2;     
}
A.hidden:visited
{ 
        
        color: #800080;
        text-decoration: none;
        font-size: 2;     
}

A.hidden:hover
{
        color: #ff0000;
        text-decoration: underline overline;
        font-size: 2;     
        
}
.mini{
font-size: 62%;
font-weight:bold;
}
.smaller{
font-size: 65%;
font-weight:bold;
}
.medium{
font-size: 110%;
font-weight:bold;
}
.headline{
font-size: 190%;
font-weight:bold;
}

A:link 
{
        color: #b4c3ae;
        text-decoration: none;
}

A:visited
{ 
        color: #b4c3ae;
        text-decoration: none;
}

A:hover
{
        color: #b4c3ae;
        text-decoration: underline;
}

A.section:link 
{
        color: #000088;
        text-decoration: none;
        font-size: 2;     
}

A.section:visited
{ 
        color: #000088;
        text-decoration: none;
        font-size: 2;     
}

A.section:hover
{
        color: #000088;
        text-decoration: none;
        font-size: 2;     
}
