
body {
font-family: Arial, Helvetica, sans-serif;
background: #990000;
margin: 10px;
padding: 0px;
}

.layout {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background: #ffeec6;
margin: 0px;
padding: 0px;
}

h2 {
text-align: center;
font-size: 18px;
color: #ffeec6;
background: #669966;
padding: 5px 0px;
border: 2px solid #990000;
margin: 10px 0px 20px 0px;
}

h3 { font-size: 18px; color: #669966; }
.tag { font-size: 14px; text-align:center; font-weight: bold; }
em { font-size: 14px; color: #990000; font-style: normal; font-weight: bold; }

a:link	  { color: #0000CC; text-decoration: none; font-weight: bold; }
a:visited { color: #0000CC; text-decoration: none; font-weight: bold; }
a:active  { color: #0000CC; text-decoration: none; font-weight: bold; }
a:hover   { color: #0000FF; text-decoration: underline; font-weight: bold; }

.left { vertical-align:top; text-align:center; color: #990000; font-weight: bold; padding: 10px 20px; }
.right { vertical-align: top; width: 100%; padding: 10px 20px; font-size: 12px;}
.right p { margin: 10px 0px; }
.nav { text-align: right; font-weight: bold; }
.foot { font-size: 12px; color:#696969; }
