* {
  font-family: "Comic Sans",cursive;
}

p,td {
  font-size: small;
}

a {
  color: red;
  background-color: transparent;
}

body {
  color: black;
  background-color: #FFF0A0;
  background-image: url("pics/backgnds/flame.jpg");
  background-repeat: repeat-y;
}

h1,h2,h3,h4,h5,h6 {
  color: #B22222;
  background-color: transparent;
}

table {
  width: 100%;
}

a img, a:hover img {
  border: 0 none;
}

div.header {
  position: relative;
  clear: both;

  background-image: URL("pics/logos/mabster.gif");
  background-repeat: no-repeat;
  padding-left: 420px;
  height: 192px;
  margin: 0;
}

table.menu {
  table-layout: fixed;
  text-align: center;
  font-weight: bold;
}

.menu td {
  border-top: 1px solid #FFFFE0;
  border-left: 1px solid #FFFFE0;
  border-bottom: 1px solid #B22222;
  border-right: 1px solid #B22222;

  color: inherit;
  background-color: #F5DEB3;
}

.menu a {
  text-decoration: none;
  display: block;
  width: 100%;
}

p.aside {
  font-size: small;
  margin-bottom: 0;
}

div.block, div.wassup {
  color: inherit;
  background-color: #FFFFE0;
  border-top: 1px solid #B22222;
  border-left: 1px solid #B22222;
  border-bottom: 8px solid #B22222;
  border-right: 8px solid #B22222;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1em;

  clear: none;
}

div.block h4, div.wassup h4 {
  color: #FFFFE0;
  background-color: #B22222;
}

div.block h3, div.wassup h3 {
  float: right;

  color: #FFFFE0;  
  background-color: transparent;

  position: relative;
  margin-top: 2em;
  top: 0;
  right: 2em;
}

blockquote {
  border: 2px solid orange;
  padding-left: 1em;
  padding-right: 1em;
}

div.block q, div.wassup q {
  font-style: italic;
  color: #B22222
  background-color: transparent;  
}
