body {
        background-color: #D49D45;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
}

a:link {
        color: #663300;
        text-decoration: none;
}
a:visited {
        color: #663300;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}

#container {
	position:absolute;
        top: 0px;
        width: 760px;
        left: 50%;
        margin-left: -380px; }

#content {
	background-color: white;
	width: 740px;
	padding: 10px;
}

#highlight {
	color: blue;
}

#usage {
	text-align: left;
        font-size: 12px;
        width: 50%;
        margin: auto;
}


