body {
  background: beige none repeat scroll 0% 50%;
}
* {
  font-family: "Helvetica",sans-serif;
}
h1 {
  outline-style: solid;
  font-size: 20px;
  font-weight: bold;
  color: #00264d;
  background-color: #0099cc;
  vertical-align: text-top;
}
ul {
  list-style-position: inside;
}
ul li a {
  text-decoration: none;
}
#navigation_bar {
  padding-left: 0px;
}
#navigation_bar ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  color: White;
}
#navigation_bar ul li {
  border:  none;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  float: right;
  line-height: 5px;
}
#navigation_bar ul li a:hover {
  color: red;
  text-decoration: none;
}
#navigation_bar ul li a {
  color: #ccffff;
  font-style: italic;
  font-size: 14px;
}
.twitter-timeline {
  float: right;
}
