body{
    background-color: #d2b88b;
    text-decoration:none;
    font-family: sans-serif;
    color:white;
}

a:link {
    color: white; 
    text-decoration: none;
    font-weight: bold;
}

a:active {
    color: #83531e; 
    text-decoration: none; 
    font-weight: bold;
}

a:visited {
    color: white; 
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #83531e; 
    text-decoration: none;
    font-weight: bold;
}
#welcome{
    width: 400px;
}
h1{
    font-size:large;
}
#content{
    width:800px;
    margin:0 auto;
}
#main{
    background-color: #83531e;
    padding: 7px;
    border: 2px solid black;
}
#white{
    background-color:black;
    padding: 10px;
    background-image: url('images/reddoor.png');
    background-position: 475px;
    background-repeat: no-repeat;
    border: 5px solid black;
}
#header{
    background-image: url('images/title2.png');
    background-repeat:no-repeat;
    background-color: black;
   /* border: 2px solid #c94127;*/
   border: 2px solid black;
   margin-bottom: 5px;
}
#copyright{
    font-size:smaller;
}
#links p{
    font-size: smaller;
}
#contact p {
    font-weight: bold;
}