body {
 background-color: maroon;
 
}
 


#main-container {
 width: 960px;
 height: 1200px;
 background-color: #3c95cc;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 
 
}

#header{
 width: 920px;
 height: 151px;
 background-color: orange;
 padding: 20px;
 font-family: cursive;
 font-size: 39px;
 font-weight: bold;
 
 
}

#header a:link{ text-decoration: none; color:black; } 
#header a:visited{ text-decoration: none; color:black; } 
#header a:hover{ text-decoration: underline; color:red; } 
#header a:active{ text-decoration: underline; color:red}


#footer{
 Height: 110px;
 position: absolute;
 bottom: 0px;
 background-color: orange;
 padding: 10px;
 width: 940px;
 clear: right;
 font-size: 15px
}

#footer-float {
 float: right;
 padding-right: 10px;
 padding-top:30px;
 font-size: 9px;
 width: 100px;
}

#footer-float2 {
 float: right;
 padding-right: 250px;
 
 font-size: 15px;
 width: 100px;
}


#nav {
 word-spacing: 11px;
 background-color: #FFE454;
 font-weight: bold;
 Height: 30px;
 width: 469px;
 padding-left: 40px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-top: 10px;
 font-size: 25px;
 position: absolute;
 top: 123px;
 left: 418px;
 border-color: #c0c0c0;
 border-top-style:none;
 border-right-style:outset;
 border-bottom-style:outset;
 border-left-style:none;
 border-width: 7px; 
 
} 

#words {
 font-size: 15px;
 color: black;
 padding-left: 30px;
 padding-right:30px;

}

.smaller{
 font-size: 18px;
 font-family: sans-serif;
 font-style: italic;
 padding: 25px;
}

.bolder {
 font-weight: bold;
 font-size: 20px;
 text-decoration: underline;
 line-height: 2em;
}

#ex-small {
 font-size: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 padding-bottom: 20px;
}

#testimonials {
 font-family: monospace;
 margin-top: 100px;

}

h2 {
 padding: 40px;
 font-family: sans-serif;
 font-weight: bold;
 font-size: 24px;
 font-style: italic;
 
}

#testimonials {
 padding: 40px;
 line-height: 1.5em;
}

.signature {
 font-family: cursive;
 font-style: italic;
 padding-left: 75%;
}


#left-product {
 float: left;
 padding: 20px;
}

#right-product {
 float: right;
 padding: 20px;
}


a:link { text-decoration: underline; color: purple;  }
a:visited { text-decoration: underline; color: purple; }
a:hover { text-decoration: underline; color: red; ;}
a:active { text-decoration: underline; color: red;}