html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	
	background-image: url(images/bottomcorner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
	background-attachment: fixed;
}

* {
	font-size: 8pt;
	font-family: verdana;
}

a {
	color: black;
	text-decoration: underline;
	letter-spacing: +1px;
}


a:hover {
	text-decoration: none;
}