p {
margin-left: 10;
margin-right: 10;
align: left
}
td {
font-size: 12px
 }
a:link { 
 color: #FF0000; 
 font-weight: bold; 
 text-decoration: none
}

a:visited { 
 color: #FF0000; 
 font-weight: bold; 
 text-decoration: none
}

a:active { 
 color: #666666; 
 font-weight: bold; 
 text-decoration: underline
}

a:hover {
 color: #666666;
 font-weight: bold;
 text-decoration: underline
 }

body    {
font-family: verdana, trebuchet, sans-serif;
background-color: #ffffff;
margin-top: 10px;
margin-right: 10px
}

img {
	border: 0
	}

h1 {
color: #666666;
font-style: oblique;
text-align: center }
h2 {
color: #666666;
font-style: oblique;
text-align: center }
h3 {
color: #666666;
font-style: oblique;
text-align: center }
h4 {
color: #666666;
font-style: oblique;
text-align: center }

h5   {
color: #ffffff;
font-style: oblique;
background-color: #f00;
text-align: left;
text-transform: uppercase;
margin: 5px;
border: solid 2px #000 }

.menu {
 font-size: 10px
 }

.content {
 font-size: 12px
 }

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #999999;
 font-weight: normal;
}

.menuSpacer {
 border-bottom: 1px dotted #f00;
 margin-bottom: 10px; 
}