/* CSS Document */

body {
/* background-color: #660; */
  background-color: #333333; 
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFCC;
}
a {
  color: #FFCC00;
  text-decoration: none;
}
a:hover {
  color: #FFFFCC;
  text-decoration: underline;
}
h1 {
  font-size: 22px;
  line-height: 23px;
  font-weight: bold;
  color: #FFFFCC;
}
h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
h6 {
  font-size: 9px;
  font-weight: normal;
}
#ticker {
  font-weight: bold;
  font-size: 12px;
  color: #CC3300;
}
#ticker a {
  color: #CC3300;
}
#ticker a:hover {
  color: #CC3300;
  text-decoration: underline;
}
.footer, .editorial {
  font-size: 9px;
  line-height: 14px;
  padding-left: 12px;
}
.nav {
  padding-left: 12px;
}
.functions {
 font-size: 10px;
 font-weight: bold;
 color: #CC3300;
}
#box {
  font-size: 9px;
  line-height: 14px;
  padding: 4px 4px 10px;
  border: 1px solid #990000;
  width: 190px;
}
img.alignright {
  margin: 0 0 2px 7px;
}

img.alignleft {
  margin: 0 7px 2px 0;
}

.alignright {
  float: right;
  margin: 0 0 2px 7px;
}

.alignleft {
  float: left;
  margin: 0 7px 2px 0;
}
