html {
  height:100%;
}

body {
  height:87%;
  width:100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color:#10131c;
  color:#cccccc;
  font-family:Times New Roman,Times,serif;
}

a,a:link,a:visited,a:hover,a:active {
  color:#0099cc;
  font-size:larger;
  font-weight:bolder;
  text-decoration:none;
  cursor:crosshair;
}

a.current,a:link.current,a:visited.current,a:hover.current,a:active.current {
  color:#cccccc;
  font-size:larger;
  font-weight:bolder;
  text-decoration:none;
  cursor:crosshair;
}

a.pointer,a:link.pointer,a:visited.pointer,a:hover.pointer,a:active.pointer {
  color:#cccccc;
  cursor:pointer;
  font-size:100%;
  font-weight:normal;
  text-decoration:underline;
}

a.eve,a:link.eve,a:visited.eve,a:hover.eve,a:active.eve {
  color:#ffa500;
  cursor:pointer;
  font-size:100%;
  font-weight:normal;
  text-decoration:none;
}

frameset,frame,img {
  border-width:0px;
  border-color:#10131c;
}

hr {
  width:100%;
  height:1px;
  color:#0099cc;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.newsdate {
  font-weight:bold;
}

.newssig {
  font-style:italic;
}
