/* CSS Document */

body {
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000;
background-color:#7da06d;
}

#wrapper{
width:906px;
height:auto;
margin:0px auto;
}

#header {
height:100px;
margin-bottom:10px;
text-align:center;
}
.img{
border:3px solid #45665e;
height:auto;
}
.desc{
height:auto;
padding:15px;
margin:10px 0px;
border:3px solid #45665e;
background-color:#f0ecd8;
}
h1{
font-size:30px;
text-transform:uppercase;
color:#000000;
}
h2{
font-size:20px;
/*color:#7da06d;*/
color:#000;
padding-top:0px;
}
h3{
font-size:16px;
color:#000;
}
.last{
color:#FF0000;
text-transform:uppercase;
}
.positive{
color:#45665e;
text-transform:uppercase;
}
.worse{
color:#bc5400;
text-transform:uppercase;
}
