/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #aaaaaa;
	text-align: center;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding:0 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
p {
	color: black;
	margin: 10px;
	font-size: 10px;
}
