/* *********************************************** *
 *   CSS1 file for the cofsino webpages
 *
 *   $Id: style.css,v 1.4 2003/01/09 14:24:01 sjn Exp $
 *
 * *********************************************** */


.menu {
    left: 1em;
/*    max-width: 13em;*/
    float: left;
    width: 20%;
    margin-right: 1em;
/*    border: solid blue;*/
}

.main {
/*    margin-top: 0pt;
    padding-top: 1em;
    padding-bottom: 0pt;
    spacing-top: 0pt;*/

/*padding-bottom: 1em;*/
    margin-bottom: 1em;

    min-height: 94%;
    padding-left: 1em;
    margin-left: 0pt;
    float: left;
/*    border: solid yellow;*/
    border-left: thin solid #DF0451;
/*    max-width: 40em;*/
    width: 70%;
}

body {
/*    margin-top: 0pt;
    margin-bottom: 0pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    spacing-top: 0pt;*/
    font-family: helvetica, sans-serif;
}

p {
    font-size: 10pt;
}

a {
    text-decoration: none; 
    color: blue; 
    background: white;
}

a:hover {
    text-decoration: underline; 
    color: blue;
    background: white;
}

a:link { 
    text-decoration: none; 
    color: blue; 
    background: white;
}

a:active {
    color: red; 
    background: white;
}

a:visited {
    text-decoration: none; 
    color: blue; 
    background: white;
}

address {
    text-align: right;
}

.lastmod {
    font-style: italic;
}
