body {
 font-family: arial,sans-serif;
 font-size: 14px;
 background-color: #5e5e5e;
 color: #fff;
 background-image: url(images/jtc_gray_back.gif);
 /* background-attachment: fixed;  */
 background-repeat: no-repeat;
}

#jefftow {
width: 240px;
padding: 50px 20px 20px 20px;
margin: 10px;
}

p {
border-bottom: solid 1px #fff;
padding-bottom: 5px;
}

p.small {
border-bottom: solid 1px #fff;
padding-bottom: 8px;
font-size: 0.75em;
}

a:link {
color : #5e5e5e;
background-color: #fff;
padding: 1px;
text-decoration: none;
}

a:visited { 
color : #5e5e5e;
background-color: #fff;
text-decoration: none;
}

a:hover { 
color : #fff;
background-color: #000;
text-decoration: none;
}

a:active { 
color : #5e5e5e;
background-color: #fff;
text-decoration: none;
}

br {
padding-top: 10px;
}