/******************************************************/
/* PEGSHOT FONT CSS FILE - Font Colors/Sizes          */
/* Copyright 2009 Pegshot - Created by David Overcash */
/******************************************************/

h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

h2 a {
	text-decoration: none;
	margin: 0;
}

h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

font.subtext {
	color: #272727;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #00ae82;
}

a:hover {
	color: #00cc99;
}


font.user_signup_subtext {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

font.user_signup_subtext a {
	text-decoration: none;
}