/* -----------------------------------------------
Mat Smith Style Sheet
author:   mat@matsmith.co.uk
----------------------------------------------- */

@import url("generic-text.css");
@import url("generic-buttons.css");
@import url("layout.css");
@import url("text.css");
@import url("fancybox-style.css");


html,body,div,p,h1,h2,h3 {font: normal 14px 'Open Sans', Lucidia Grande, Helvetica, Arial, sans-serif; font-weight:400; color: #282828; line-height: 18px;}
body {
	margin: 0;
	padding: 0;
	background-color:#e7e7e8;
}

/* Generic Rules
----------------------------------------------- */

a:link,a:active {color:#0088cc; text-decoration: none; border-bottom: 1px dotted #0088cc; outline: none;}
a:visited {color: #0088cc; text-decoration: none; border-bottom: 1px dotted #0088cc;}	
a:hover {color:#0088cc; border-bottom: 1px solid #0088cc;}
a:focus {-moz-outline-style: none;}

img {border:none}

