
a {
    color: black;
 
}
a:visited {
    color: black;
 
}
a:hover {
    color: black;
 
}
a:active {
    color: black;
}




#copyright {
    width: 100%;
    text-align: center;
    color: white;
    position: absolute; 
    left: 0;
    bottom: 10px;
    font-size: 10px;
    font-family: Franklin Gothic Medium
}


#main {
font-size: 20px;
width: 600px;
text-align: left;
font-family: verdana
}


#homes {
    font-size: 20px;
    width: 600px;
    text-align: center;
    font-family: Franklin Gothic Medium;
    text-decoration: underline;
    text-weight: bold;
    border: 1px solid #416240;
}



#heading {
    font-size: 30px;
    background-color: #673301; 
    border: 3px solid black;
    color: #91a993;  
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;
}

#links {
    background-color: white;
    color: black;
    font-size: 20px;
    border: 5px solid #403030;
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;
    text-decoration: none;
}

#links:hover {
    border: 5px solid #403030;
    color: black;
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px;
    background-color: #bb6652;
    text-decoration: none;
}

#links a {
    display: block;
}