body{ 
background-color: #322817;
background-image:url('images/dktile2.jpg'); 
margin-top: 30px; 
margin-right: 50px;
margin-bottom: 10px; 
margin-left: 50px; 
font-weight: normal; 
font-family: Papyrus, Arial, Serif; 
}


h1 { 
color: #808046; 
font-family: Papyrus, Arial, Serif; 
font-weight: bold; 
text-align: center; 
font-size: large;
} 

h2 { 
color: #808046; 
font-family: Papyrus, Arial, Serif; 
font-weight: bold; 
text-align: justify; 
font-size: large;
} 

p {
color: #182929; 
font-family: Trebuchet MS, Verdana, Serif; 
font-size: medium;
text-align: justify;
} 

a:link { 
color: #A52110; 
text-decoration: none; 
font-family: Trebuchet MS, Verdana, Serif;  
font-size: medium;
font-weight: bold;  
} 
a:visited { 
color: #444c71; 
text-decoration: none; 
font-family: Trebuchet MS, Verdana, Serif;  
font-size: medium;
font-weight: bold; 
} 
a:hover { 
color: #C6833D; 
text-decoration: none;
font-family: Trebuchet MS, Verdana, Serif; 
font-size: medium;
font-weight: bold;
} 
a:active { 
color: #C6833D;
text-decoration: none; 
font-family: Trebuchet MS, Verdana, Serif; 
font-size: medium;
font-weight: bold;
} 


.content {
margin: 30px;
padding: 30px;
border: 5px solid #BDA57B;
background-color: #F7CE94;
text-align: center;
}

.background {
border: 10px solid #A52110;
padding: 10px;
background-color: #F7CE94;
background-image:url('images/wmtile.jpg');
}

.box{
width: 500px;
 margin: 10px auto;
padding: 1em;
}


.floatleft { 
  float: left;
  margin-top: 0em;
  margin-right: 1em;
  margin-bottom: 0em;
  margin-left: 0em;
  padding: 7px;
    }

.floatright { 
  float: right;
  margin-top: 0em;
  margin-right: 1em;
  margin-bottom: 0em;
  margin-left: 0em;
  padding: 7px;
  }

.green {
border: 2px  solid #A52110;
margin: 0;
padding: 0;
}

.copyright { 
text-align: center; 
color: #A52110; 
font-family: Papyrus, 'Georgia italic', Serif; font-size: 10px;
}