html {
	height: 100%;
	width: 100%;
	text-align: left;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
}
body {
	position: relative;
	height: 95%;
	margin: auto;
}

#info {
	width: 300px;
}

h1, h2 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
	font-size: 100%;
	font-weight: bold;
}
a.small {
	font-size: 80%;
	font-weight: bold;
}
a.underline {
	text-decoration: underline;
}

	
a:hover {
	text-decoration: underline;
}

a:link img{
	text-decoration: none;
	border-color: red;
	border-width: 0px;
}

img {
	text-decoration: none;
	border-color: red;
	border-width: 0px;
}

input.btn {
	margin: 3px;
	padding: 8px;
}

