/* NOTE: To use this file you must first activate it ('custom stylesheet') in the frugal Main/SEO options area.
Once active, you can add custom styles to this file and they will override any other styles in this theme.
To create a custom style you must start your CSS elements with body.custom. So, for example,
to change the H1 heading size for the Content Div you could use something like this:

body.custom #content h1 {
	font-size: 18px;
}

Learn more about this customization proccess by visiting http://frugaltheme.com/support/

------ CODE GOES BELOW THIS LINE OF TEXT ------ */

#content h1 {
	font-family: Century Gothic, san-serif;
	font-size: 16px;
	color: #000080;
	font-weight: normal;
	text-transform: uppercase;
	font-variant: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 100%;
}
#content h1 a, #content h1 a:visited {
	color: #000080;
	text-decoration: none;
}
#content h1 a:hover {
	color: #000080;
	text-decoration: underline;
	
#content h3 {
	font-family: Georgia, san-serif;
	font-size: 16px;
	color: #060275;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 100%;
}
#content h3 a, #content h1 a:visited {
	color: #000080;
	text-decoration: none;
}
#content h3 a:hover {
	color: #000080;
	text-decoration: underline;
	
#content h4 {
	font-family: Century Gothic, san-serif;
	font-size: 24px;
	color: #000080;
	font-weight: normal;
	text-transform: uppercase;
	font-variant: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 100%;
}
#content h4 a, #content h1 a:visited {
	color: #000080;
	text-decoration: none;
}
#content h4 a:hover {
	color: #000080;
	text-decoration: underline;