body {
  font-family: Times, "Times New Roman", serif;
 background: white;
   
}

img {
align: center;
opacity: none;
}



#content {
position: absolute;
left: 50px;
top: 0px;
width: 400px;
background: #fff;

}

#content h1 {
color: #666;
font-size: 1.8em;
margin-top: .5em;
margin-bottom: .1em;

border-bottom: #666 solid 2px;
}

#content h2 {
color: #666;
font-size: 1em;

border-bottom: #666 solid 1px;
margin-top: 2em;
}

#content p {
color: #666;
font-size: .8em;
padding-left: 1em;
padding-right: 1em;
line-height: 1.4em;
}

#content p a {
color: #ff9900;
text-decoration: none;
}

#content p a:hover {
color: #ff6600;
}

#content ul {
color: #666;
font-size: .8em;
list-style: square;

}

#content li {
margin-bottom: .2em;

}

#content li a {
color: #666;
text-decoration: none;
}

#content li a:hover {
color: #ff6600;
}

#content ul ul {
font-size: .8em;
}

#tagline {
color: #666;
font-size: .7em;
text-align: right;
padding-right: 2em;

padding-bottom: 10px;
width: 390px;
}

#tagline a {
color: #666;
text-decoration: none;
}

#tagline a:hover {
color: #ff6600;
}
