body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #EE63AF;
margin: 0px;
}
#masthead {
width: 100%;
height: 150px;
float: left;
}
#navigation {
width: 200px;
overflow: visible;
float: left;
}
#navigation ul {
padding-top:30px;
font-weight: bold;
text-align: right;
list-style: none;
line-height: 1.8em;
font-size: 0.9em;
}
#navigation a {
color: #660000;
text-decoration: none;
}
#navigation a:hover {
color: #FFCCCC;
text-decoration: underline;
}
#navigation a.top {
color: #FFFFFF;
text-decoration: none;
}
#navigation ul ul {
font-weight: bold;
text-align: right;
list-style: none;
line-height: 1.8em;
font-size: 0.9em;
}
#navigation ul ul a:link {
color: #FFFFFF;
}
#navigation ul ul a:hover {
text-decoration: underline;
color: #FFFFFF;
}
#navigation ul ul a:visited {
color: #FFFFFF;
}
#navigation ul ul a:active {
color: #666666;
}
#body {
float: left;
width: 60%;
margin-top: 10px;
margin-left: 10px;
font-size: 0.7em;
color: #FFFFFF;
}
.heading {
width: 100%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
}
.story {
width: 95%;
margin-left: 1.5em;
margin-top: 1em;
font-size: 85%;
font-weight: bold;
}
h3 {
color: #A15A46;
margin: 0px;
text-transform: uppercase;
font-size: 125%;
}
h4 {
color: #26ABCD;
font-size: 125%;
font-style: italic;
font-weight: lighter;
margin: 0px;
}
h5 {
font-size: 100%;
}
a:link {
text-decoration: underline;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: underline;
color: #CCCCCC;
}
#submenu {
border-bottom: thin dotted #CCCCCC;
margin-left: 15px;
}
#submenu ul {
list-style: none;
line-height: 1.5em;
}
td {
vertical-align: top;
}
.tdBlack {
color: #000000;
font-style: italic;
}
