.clear {
	float: none;
	clear: both;
}
/* override default settings */
div, span, ul, p {
    margin: 0;
    padding: 0;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
}
    #nav {
        color: white;
        float: right;
        font-size: smaller;
        font-weight: bold;
        margin-top: 2px;
        }
        #nav a {
            color: white;
            text-decoration: none;
            margin: 0 10px 0 10px;
            }
		#nav a.selected {
			color: #e2fe2a;
		}