html, body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 70%;
	text-align: center;
	color: #4B4E4C;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
}
p {
	font-size: 1.2em;
}
.uc {
	font-size: 1em;
}
a:link {
	color: #4B4E4C;
	text-decoration: underline;	
}
a:visited {
	color: #4B4E4C;
	text-decoration: underline;
}
a:hover {
	color: #4B4E4C;
	text-decoration: none;
}