body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	background-color: #AAAAAA;
	width: 700px;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	color: #4A4A4A;
	font-size: 20px;	
}
h2 {
	color: #FFFFFF;
	font-size: 20px;
}
h3 {
	color: #4A4A4A;
	font-size: 13px;
}
h4 {
	color: #FFFFFF;
	font-size: 13px;
}
a:link {
	color: #4A4A4A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}
