@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: small;
}
a {
	color: #399;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #099;
}
h2 {
	font-size: small;
	color: #066;
}
footer {
	font-size: x-small;
	text-align: center;
}
