body {
  background:#FAFAFA;
  font-family:Georgia;
  margin:0px;
}

h1 {
  color:#FFA0F0;
  margin:0px;
}

h1 strong {
  color:#FFFFFF;
}

h1 a {
  text-decoration:none;
}

#content {
  /*width:600px;
  margin:auto;
  margin-top:20px;*/
  background:#FAFAFA url(shadow.png) repeat-x;
  padding:20px;
}

#content a {
  color:#50A0FF;
}

#content a:hover {
  color:#FF50A0;
}

#content ul {
  margin:0;
  padding:0;
}

#footer {
  text-align:center;
}

#header, #footer {
  clear:both;
  background:#50A0FF url(bg.jpg);
  color:#FFFFFF;
  padding:20px;
}

#header a,
#footer a {
  color:#FFA0F0;
}

#intro {
  color:#FFFFFF;
  float:left;
}

#menu {
  float:right;
}

#search_input {
  border:2px solid #70C0FF;
  background-color:#50A0FF;
  color:#FFFFFF;
  font-family:Georgia;
}

.ascii {
  color:#444444;
  display:block;
  font-family:"courier new";
  font-size:150%;
  text-align:center;
  margin-bottom:20px;
  margin-top:15px;
}

.clear {
  clear:both;
}

.description {
  color:#AAAAAA;
  display:block;
  margin:0;
  text-align:center;
}

li.hourri {
  background-color:#FFFFFF;
  border:3px solid #DDDDDD;
  float:left;
  height:100px;
  list-style-type:none;
  margin:30px;
  padding:10px;
  width:150px;
}

li.hourri:hover {
  background-color:#FFFFFF;
  border-color:#FF50A0;
  color:#000000;
}
