@charset "utf-8";
/* Power Gold Guides Type Style CSS File */

.purple {
	color:#330099;
}

.green {
	color: #339900;
}

.red {
	color: #FF0000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
}

h1#header {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	margin: 10px;
}

h2#subheader {
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 100;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	margin: 0;
}

#disclaimer {
	font-size: 10px;
}