body {
padding: 0;
margin: 0;
color: #333;
background: #c0c0c0;
text-align: center;
}
#comfortzone {
width: 750px;
margin-top: 30px;
margin-bottom: 66%;
margin-right: auto;
margin-left: auto;
padding: 0px;
border: 1px solid #333;
text-align: left;
color: #333;
background: #fff;
}
#header {
width: 100%;
padding: 0;
margin: 0;
text-align: left;
color: #333;
background: #fff;
}
#header img {
display: block;
}
#navbar {
color: #000;
background: #fcae41;
font: 11px Verdana, Arial, sans-serif;
text-align: center;
margin: 0;
padding: 5px;
}
#navbar a, #navbar a:link {
color: #000;
background: transparent;
text-decoration: none;
}
#navbar a:visited {
color: #000;
background: transparent;
text-decoration: none;
}
#navbar a:hover {
color: #fff;
background: transparent;
text-decoration: none;
}
#navbar a:active {
color: #fff;
background: transparent;
text-decoration: none;
}
#content {
margin: 0;
padding: 10px 50px 0px 50px;
color: #333;
background: #fff;
}
h1 {
color: #fcae41;
background: transparent;
font: bold 19px Verdana, Arial, sans-serif;
text-transform: uppercase;
}
h2 {
color: #555;
background: transparent;
font: bold 17px "Trebuchet MS", Verdana, Arial, sans-serif;
text-transform: lowercase;
}
p, ul li, ol li {
color: #333;
background: transparent;
font: 11px/18px Verdana, Arial, sans-serif;
}
li {
color: #333;
background: transparent;
font: 11px/18px Verdana, Arial, sans-serif;
margin-left: 5px;
}
td {
color: #333;
background: transparent;
font: 11px Verdana, Arial, sans-serif;
}
th {
color: #333;
background: transparent;
font: bold 11px Verdana, Arial, sans-serif;
}
a, a:link {
color: #fcae41;
background: transparent;
text-decoration: underline;
}
a:visited {
color: #fcae41;
background: transparent;
text-decoration: none;
}
a:hover {
color: #000;
background: transparent;
text-decoration: underline;
}
a:active {
color: #fff;
background: #fcae41;
text-decoration: none;
}
#footer {
color: #333;
background: #fff;
margin-top: 20px;
margin-bottom: 0px;
margin-right: 50px;
margin-left: 50px;
padding: 10px;
border-top: 1px solid #c0c0c0;
text-align: center;
}
