body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 remember */
    color: #626262;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:    12px;
    }
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: 700;
}
.textbox{
color: #626262;
font-family:  Arial, Helvetica, sans-serif;
font-size:    10px;
background: #d1d9df;
border: #003151 solid 1px;
}

.button
{
color: #000;
background: #d1d9df;
border: 1px #003151 outset;
font-family:  Arial, Helvetica, sans-serif;
font-size:    10px;
} 
