/* Presentation Stylesheet */ 

body {
  font-family:Helvetica,sans-serif;
}

#menu a {
  color: #ffffff;
}

#topmenu a {
  color: #ffffff;
}

p {
// padding: 0 15px;
}

h1 {
 font-size: 200%;
 font-weigth: bold;
}

h2 {
 margin-top:2ex;
 margin-bottom:1ex;
}

h3, h4 {
 margin-top:2ex;
 margin-bottom:1ex;
}

img {
 margin:5px;
}

tr {
   vertical-align:top;
}

.spacer {
 margin-top:1.1em;
}

.red { color:red; }