body {
	background-color: #F1F1F1;
	margin-left: 50px;
	margin-top: 50px;
}
a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #A9A9A9;
	text-decoration: none;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
.style1 {
	color: #B2B2B2;
	font-size: 16px;
	font-weight:bold;
	font-family: 'Inconsolata', monospace;
}
.style2 {
	color: #BBB;
	font-size: 16px;
	font-weight:normal;
	font-family: 'Inconsolata', monospace;
}