body {
	font-size:	small;
	color:		#333;
	background-color: #fff;
}

h1 {
	font-size:	medium;
	padding:	0;
	margin:		0;
}
h2 {
	font-size:	small;
	padding:	0;
	margin:		0;
}

a:link {
        text-decoration: none;
        color:		#00f;
}
a:visited {
        text-decoration: none;
}
a:active {
        text-decoration: underline;
}
a:hover {
        text-decoration: underline;
}

hr {
	border:		1px #ccc;
	border-style:	solid;
	height:		1px;
}
