/* normal.css */
body{
  color:white;
  background-color:black;
  background-image:url(http://www.geocities.jp/server-errors/not_found.html);
  background-repeat:no-repeat;
  background-position:top-left;
  background-attachment:fixed;
}

a{
  color:yellow;
  font-weight:bold;
  text-decoration:none;
}

a:hover{
  color:red;
  font-weight:bold;
}

h1{
  width:50%;
  color:yellow;
  font-size:2.0e;
  font-style:italic;
  margin:0px 0px;
  border-width:0px 10px 3px 0px;
  border-style:outset;
  border-color:pink;
}

blockquote{
  margin:0px 0px 0px 0px;
  border-width:3px;
  border-style:outset;
  border-color:orange;
  background-color:orange;
  float:left;
}

td{
  margin:0px 0px 0px 0px;
  border-width:3px;
  border-style:double;
  border-color:blue;
}
