h1, h3, h4, p {
  margin: 6px 12px;
}

body {
  background-color: #EEE;
  font-family: arial, san-serif;
  font-size: 11px;
}

table {
  border-collapse: collapse;
  border: none;
}

td {
  border: 1px solid black;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}

a:active {
  color: blue;
  text-decoration: none;
}

a.right {
  text-align: right;
}

li.imperative{
  color: #ffA500;
}

li.looming {
  color: red;
}

#container {
  width: 780px;
  border: solid 1px;
  margin: 0 auto;
}

#masthead {
  background: #808000;
  padding: 15px;
}

#links {
  width: 170px;
  float: left;
  background: #EEE;
}

#main {
  width: 440px;
  float: left;
  background-color: #FFF;
  padding-bottom: 10%;
}

#news {
  width: 170px;
  float: left;
  background: #EEE;
}

#footer {
  clear: both;
  padding: 15px;
  background: #4682b4;
}

