/* Main css file */
html,body {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	min-height: 700px;
	height: auto;
	height: 100%;
}
A {color: #0000FF; text-decoration: underline;}
A:hover { color: #3366FF;}
a:visited { color: #800080; text-decoration: underline;}