h3 {    color : black ;
         font-family: helvetia ;
         font-size : 14 ;
         font-style : bold ;
         }

a:link {
    color: #C91935;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 18 ;
    font-style : bold ;
    letter-spacing: 4px ;
    }

a:visited {
    color: #C91948 ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 18 ;
    font-style : bold ;
    letter-spacing: 4px ;
    }

a:hover {
    color: blue ;
    text-decoration: underline ;
    font-family : helvetia ;
    font-size : 18 ;
    font-style : bold ;
    letter-spacing: 4px ;
    }

a.smaller:link {
    color: #C91935;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 16 ;
    font-style : bold ;
    letter-spacing: 2px ;
    }

a.smaller:visited {
    color: #C91948 ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 16 ;
    font-style : bold ;
    letter-spacing: 2px ;
    }

a.smaller:hover {
    color: blue ;
    text-decoration: underline ;
    font-family : helvetia ;
    font-size : 16 ;
    font-style : bold ;
    letter-spacing: 2px ;
    }


a.main:link {
    color: #1cdbd4 ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 30 ;
    font-style : bold ;
    }

a.main:visited {
    color: #1cdbd4 ;
    text-decoration: none ;
    font-family: helvetia ;
    font-size : 30 ;
    font-style : bold ;
    }

a.main:hover {
    color: blue;
    background-color : black ;
    text-decoration: none ;
    font-family : helvetia ;
    font-size : 30 ;
    font-style : bold ;
    }
    
.randje {
     border-color : black ;
     border-width : 1px ;
     border-height : 1px ;
     border-style : outset ;
     }
