/*
Stylesheet to reset margins, paddings etc to maintain consistency across browsers
Author: Leah Taylor, Lantern Web Design http://www.lanternwebdesign.co.uk/
*/

/*Reset to 0*/
html, body, p, ul, ol, li, form, blockquote, fieldset, input, div, h1, h2, h3, h4, h5, h6  {margin: 0; padding: 0; color: black; font-size: 1em; font-family: Arial, Helvetica, sans-serif;} 

ul, ol {list-style-type: none;}

:link, :visited {text-decoration: none;}
a img, :link img, :visited img {border: none;}

/**************TEXT STANDARDS*******
ul, ol, li {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

p {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	color: #1C627B;
}

h1 {font-size: 1.4em; font-weight: normal;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.0em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}
*/
