html {
background-color: rgb(151, 76, 53);
}

body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 50px;
background-color: rgb(246, 234, 186);
font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgb(229, 137, 60);
color: rgb(123, 62, 41);
font-size: 1.8em;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
font-style: normal;
font-weight: normal;
text-align: left;
letter-spacing: 0px;
word-spacing: 10px;
}

h2 {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgb(151, 76, 53);
color: rgb(229, 137, 60);
padding-top: 0.5%;
padding-bottom: 0.5%;
font-weight: normal;
font-size: 1.6em;
text-align: right;
padding-right: 5px;
}

h3 {
border-top: 1px;
border-bottom: 1px;
font-size: 1.3em;
font-style: normal;
font-weight: bold;
color: rgb(246, 234, 186);
text-align: left;
background-color: rgb(123, 62, 41);
padding-bottom: 5px;
padding-top: 5px;
margin-left: 0%;
padding-left: 10px;
margin-right: 0%;
}

h4 {
border-top: 1px;
border-bottom: 1px;
color: rgb(246, 234, 186);
font-weight: bold;
font-size: 0.6em;
font-style: normal;
text-align: left;
background-color: rgb(123, 62, 41);
padding-top: 3px;
padding-bottom: 3px;
margin-left: -50px;
padding-left: 50px;
}

a:link {
text-decoration: none;
background-color: rgb(229, 137, 60);
color: rgb(246, 234, 186);
font-size: small;
}

a:visited {
text-decoration: none;
background-color: rgb(229, 137, 60);
color: rgb(246, 234, 186);
font-size: small;
}

a:hover {
background-color: rgb(151, 76, 53);
color: rgb(246, 234, 186);
font-weight: lighter;
border: thin #0000ff;
font-style: italic;
}

p {
margin-top: 2%;
margin-bottom: 2%;
margin-right: 3%;
margin-left: 2%;
}

blockquote {
border-left: 75px;
padding: 5px;
background-color: rgb(229, 137, 60);
color: rgb(246, 234, 186);
font-style: italic;
margin-right: 6%;
margin-left: 6%;
font-weight: bold;
}

table {
border: 1px;
display: table;
border-collapse: collapse;
-x-border-x-spacing: 0px;
-x-border-y-spacing: 0px;
background-color: rgb(229, 137, 60);
color: rgb(246, 234, 186);
margin-left: 5%;
margin-right: 5%;
width: auto;
border-right: #060606;
}

th {
text-align: left;
background-color: rgb(123, 62, 41);
color: rgb(246, 234, 186);
}

td, th {
border: 1px;
padding: 5px;
font-size: small;
}