H1{
    font-family: Helvetica ;
    font-size: medium;
    font-weight : bold;
    color : Black;
    margin-top: 30px;
}

P{ 
    font-family: Helvetica;
    font-size: small;
    font-weight: normal;
    color: Black;
}

A{
    font-family: Helvetica;
    font-size: small;
    font-weight: bolder;
    text-decoration : none
}

.intern:link{
    color: #3333CC;
}

.intern:visited{ 
    color: #CC0000; }
    
.picture{ 
    border: none; 
}

.menubar{
    font-family: Bookman Old Style;
    font-size: small;
    font-weight: normal;
    color: White;
}
.extern{
    font-family : "Courier New";
    font-size: medium;
    font-weight: bolder;
    color: #CC0033;
}