/*
Style sheet for Clout project
*/

body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   padding: 15px;
   text-align:left;
   border: 4px solid navy;
}

h2 {
   line-height: 105%;

}

#warning {
   background-color: red;
  width: 700px;
}

.navigation {
 text-align:justify;
}

#bodycontent {
  width: 700px;
}

.feature {
  float: right;
  margin: 10px;
}

li {
   font-size: small;
   list-style-type: none;
}

