p {
    font-family: verdana;
    font-size: 14px;
color: white;
} 

h1 {
    font-family: verdana;
    font-size: 12px;
color: #EDDEC9;
} 

h2 {
    font-family: verdana;
    font-size: 15px;
color: Black;
} 

p3 {
    font-family: verdana;
    font-size: 10px;
color: #EDDEC9;
} 

a:link {
        color: White; 
        text-decoration: none;
        border-bottom: 1px none;
    }
    /* visited link */
    a:visited {
       color: White; 
    }
    /* mouse over link */
    a:hover {
       color: white; 
              border-bottom: 1px solid;
    }
    /* active link */
    a:active {
      color: Black; 
    }
