body, table, tr, td
	{
	font-family: Verdana, Arial, Helvetica, Swiss, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: Navy;
}

table.outline {
	border: white thin outset;
}

					/* ---- LINKS ----- */
					
a, a:active, a:focus, a:hover, a:link, a:visited {
	color: Navy;
	text-decoration: none;
}


