/*
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;}


