/* CSS Stylesheet for theBusinessArea. Copyright Kyle Kramer. Validated CSS. */

body {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-weight: normal;
font-size: 18px;
font-family: Trebuchet MS, Arial, sans-serif;
background: #E0E9C3;
color: #5C5C5C;
}

h1 {
color: #B3B3B3;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 26px;
font-weight: bold;
}

h2 {
color:  #556B2F;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 20px;
font-weight: normal;
}

h3 {
color: #A1A690;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
}

p {
color: #5C5C5C;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 18px;
font-weight: normal;
}

input {
border: 1px #000000 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
}

a {
color: #A6AE8B;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #000000;
font-weight: normal;
text-decoration: none;
padding: 0px;
}