body {
background: #000;
background-image: url(art/esquire.jpg); background-repeat: no-repeat;
background-position: 15% 0;
background-attachment: fixed;
}

.content {
background: #fff;
width: 333px;
border: 6px solid #009;
color: #000;
font-family: verdana, arial, sans-serif;
margin: 5% 5% 5% 55%;
}

.logo {
color: #c60;
font-weight: bold;
font-size: .8em;
margin: 8px 20px;
}

.disclaimer {
color: #c96;
font-family: arial, sans-serif;
font-size: .6em;
margin: 5px 30px;
text-align: center;
}

.blog {
color: #000;
font-size: .6em;
margin: 10px;
}

.date {
color: #c96;
font-size: .9em;
}

.search {
margin: 0;
text-align: center;
}

.nav {
border-top: 6px solid #009;
border-bottom: 6px solid #009;
background: #9cf;
color: #036;
font-size: 10px;
font-weight: bold;
margin: 0;
text-align: center;
}

a:link {
color: #06f;
text-decoration: none;
}

a:visited {
color: #69c;
text-decoration: none;
}

a:hover {
color: #00f;
text-decoration: underline;
}

a:active {
color: #000;
text-decoration: none;
}

a.nav:link {
color: #036;
font-weight: bold;
text-decoration: none;
}

a.nav:visited {
color: #fff;
font-weight: bold;
text-decoration: none;
}

a.nav:hover {
color: #c60;
font-weight: bold;
text-decoration: none;
}

a.nav:active {
color: #fff;
font-weight: bold;
text-decoration: none;
}

a.news, a.news:visited {
color: #999;
text-decoration: none;
}

a.news:hover, a.news:active {
color: #036;
text-decoration: underline;
}

input {
background: #fc6; 
border: 3px solid #000;
color: #000; 
font-family: verdana, arial, sans-serif; 
font-size: 10px; 
font-weight: bold;
text-align: center;
}

.newshead, .adheading {
color: #c96;
font-family: verdana, arial, sans-serif; 
font-size: 10px; 
font-weight: bold;
padding: 1px;
}

.adtext {
width: 270px;
color: #000;
margin: 1px;
font-family: verdana, arial, sans-serif;
font-size: 10px; 
}

.news {
width: 270px;
color: #000;
margin: 6px;
font-family: verdana, arial, sans-serif;
font-size: 10px; 
}

.provided {
color: #c96;
font-family: arial, sans-serif;
font-size: 1em; 
margin: 5px;
}

li {
list-style: square inside;
}