/* style sheet for ou club of mn web site */

body  { font-size: 12pt;
        font-family: "Arial", "Verdana", "Helvetica", "Sans-Serif";
        font-weight : normal;
        color : #000000;
      }

A.text {
        font-size : 10pt;
        font-family : "Verdana", "Helvetica", "Sans-Serif";
        font-weight : normal;
        color : #000000;
        text-decoration : none; 
}

A.link {
        font-size : 10pt;
        font-family : "Verdana", "Helvetica", "Sans-Serif";
        font-weight : normal;
        color : blue;
        text-decoration : underline;    
}

A.header {
        font-size: 20pt;
        font-family: "Arial", "Verdana", "Helvetica", "Sans-Serif";
        font-weight : normal;
        color : #000000;
}

A.mission {
        font-size : 9pt;
        font-family : "Arial", "Verdana", "Helvetica", "Sans-Serif";
        font-weight : normal;
        color : #ffffff;
        text-decoration : none; 
}

A.other {
        font-size : 10pt;
        font-family : "Arial", "Verdana", "Helvetica", "Sans-Serif";
        font-weight : normal;
        color : #ffffff;
        text-decoration : none; 
}

A.header2 {
        font-size: 12pt;
        font-family : "Verdana", "Helvetica", "Sans-Serif";
        font-weight : bold;
        color : #000000;
}