* {
  background-color: transparent;
  background-repeat: repeat;
  border: none;
  color: inherit;
  font: inherit;
  font-size: 1em;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: static;
  text-align: inherit;
  text-decoration: none;
  text-indent: 0
}

address {
  font-style: normal
}
hr {
  height: 0
}

html {
  background-image: url("../image/html_background.jpg");
  background-repeat: repeat-x;
  background-color: #dceaff
}

body{
  background: #fff;
  height: 34em;
  margin:1em auto;
  width:60em;
  padding: .5em
}

h1{
  background:#83b0f1;
  color:#fff;
  font-family:georgia;
  font-size:1em;
  font-weight:bold;
  letter-spacing:-.0625em;
  padding:.25em
}

div#full, div#updates{
  height:10em
}

div#full{
  margin: .25em .25em 0 0;
  height: 25em;
  overflow: auto;
  padding: 0 .5em 0 0
}

div#full p{ 
  font-family: verdana;
  font-size: .75em;
  line-height: 1.5em;
  text-align:justify ;
}
div#updates{
  float:right;
  width:24.5em;
  margin: 0 0 0 .25em
}
div#updates p{ margin:.5em 0 0 0; text-align:center; font-size:.75em; font-family: verdana }

h2, h3 { font-family: verdana; }
h2{
  font-weight:bold;
  margin:.25em 0;
}

h3{
  color:#808080;
  font-weight:bold;
  font-size:.75em;
  margin:0 0 .25em 0
}

ul{
  background:#eee;
  margin:.25em 0 0 0; padding: .5em
}

h4{
  background:#d00;
  color:#fff;
  font-family:georgia;
  font-size:1em;
  font-weight:bold;
  letter-spacing:-.0625em;

  padding:.5em;
}
ul li{ 
  line-height:1.5em; 
  font-family: verdana;
  font-size: .75em }
ul li span{ color:#808080 }
ul li a{ color:#000; }
ul li a.breaking { color: #d00; font-weight: bold }
ul li a:hover{ background:#fff }
p{ line-height:1.5em; margin: 0 0 .5em 0 }
