body {
   background: #8800ff;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12pt;
}
img {
   border: 0px;
}
a:link,a:visited {
   color: #00eeee;
}
a:hover,a:active {
  color: red;
}
h2 {
   color: #00eeee;
   font-weight: bold;
   font-size: 1.3em;
}
h3 {
   color: #00dddd;
   font-weight: bold;
   font-size: 1.1em;
}
.h3 {
   margin-left: 2em;
   text-align: justify;
}
.space {
   display: block;
   height: 1em;
}
#mainelement {
   display: block;
   width: 550px;
   padding-left: 25px;
   padding-right: 25px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-left: 200px;
   font-family: sans-serif;
   background: url("centerBackground.png") purple;
}
.rating {
   font-weight: bold;
   color: red;
}
.summary {
   display: inline;
   font-weight: bold;
   font-size: 1.3em;
}
.permalink {
   text-decoration: none;
}
.url.fn {
   font-size: 0.8em;
}
.description dt {
   font-weight: bold;
   font-size: 1.2em;
}
.description > dd dt {
   font-size: 1.1em;
}
.description > dt .rating {
   color: black;
}
.description > dd .rating {
   font-weight: bold;
   color: red;
}
.description dd.comments {
   text-align: justify;
}
.type {
   display: none;
}
.categories {
   display: inline;
   margin: 0px;
   list-style-type: none;
}
.categories li {
   display: inline;
}
#credit,#fullreview {
   display: block;
   padding-right: 2px;
   float: right;
   font-size: 0.8em;
}

/* MENU */
#menu {
   display: block;
   width: 200px;
   position: absolute;
   top: 1px;
   left: 1px;
   color: #990000;
   font-family: sans-serif;
}
#menu[id] {position: fixed;}
#menu h1 {
   font-size: 1.3em;
   margin-top: 0px;
}
#menu #contact {
   margin-bottom: 1em;
}
#menu #ads {
   text-align: center;
}
#validicons {
   position: absolute;
   left: 1px;
   bottom: 1px;
}
#validicons[id] {position: fixed;}
