
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

table td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

.proposal {
	border: thin silver solid;
	background-color: #ffdddd;
}

.smallink {
	font-size: 8pt;
	font-style: italic;
}

A:hover {
        background-color: #eeeeff;
        color: #bb0000;
}

A:link {
        color: #0000ff;
}

A:visited {
        color: #000060;
}

div.code {
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
	font-family: Courier, serif;
        background-color: #ffffcc; 
}
    