/* 
	BASIC DEFAULT STYLES

	This will contain the basic color and sizes for the body, paragraphs, headings and lists. This file will be included first in the site and can be overridden by the style.css. It will also be included in the backend cms to give the client a visual representation of what the content will look like.

	NO CLASSES or ID's allowed in this file everything specific will be input into the style.css

*/

body
{
	background: #fff;
	color: #666666;
	font: 11px arial, helvetica, sans-serif;
}

a
{
	color: #cf1e21;
	text-decoration: none;
}

a:visited
{
	color: #cf1e21;
	text-decoration: none;
}

a:hover 
{
	color: #cf1e21;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6
{
	margin: 3px 0;
}

h1
{
	font: 23px times new roman, serif;
}

h2
{
	font: 23px times new roman, serif;
	color: #cf1e21;
}

h3
{
	font: bold 18px arial, helvetica, sans-serif;
	color: #4f191b;
}

h4
{
	font: bold 14px arial, helvetica, sans-serif;
	color: #4f191b;
}

h5
{
   font: 18px times new roman, serif;
}

h6
{
   font: 14px arial, sans-serif;
   font-weight: bold;
}
