/* CSS Stylesheet for Homepage Basics */

body {
	/* general SHAPE settings */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	/* general FONT settings */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#fill {
	height: 100%;
}

a.log:link {
    color: #000099;
	text-decoration: none;
}

a.log:visited {
    color: #000099;
	text-decoration: none;
}

a.log:hover {
    color: #000099;
	text-decoration: none;
}