a:active {
	text-decoration: none;
	color: #CC3300
}
a:link {
	text-decoration: none;
	color: #CC3300
}
a:visited {
	text-decoration: none;
	color: #CC3300
}

h2 {
	color: #660000;
	font-size: 30px;
	line-height: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	color: #660000;
	font-size: 13px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #660000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-repeat: no-repeat;
	background-image: url(pages/elements/blueprint.gif);
	background-attachment: fixed;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
