﻿

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, a, th, td
{
	margin: 0;
	padding: 0;
	outline: none;
}

body
{
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 16px; /* 16 px */
	font-family: Calibri, Candara, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background: #fff ;
	color: #111;
}

input, button, textarea 
{
	font-family: Calibri, Candara, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	padding: .6em 0;
	margin: 0;
	font-family: "Myriad Pro","HelveticaNeue-Light","Helvetica Neue Light","Lucida Grande","Helvetica Neue",Arial,"Lucida Sans Unicode",sans-serif;

}

h1 
{
	font-size: 1.8em; /* 24/16 */
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	color: #fff;
}

h2 
{
	font-size: 1.375em; /* 22/16 */
	color: #fff;
}

h3 
{
	font-size: 1.25em; /* 20/16 */
		text-shadow: 1px 1px 1px #000;
}

h4 
{
	font-size: 1.125em; /* 18/16 */
}

h6 
{
	font-size: 0.5em; 
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	text-align: right;
	margin-top: -11px;
	margin-right: 35px;
}

ul
{
	margin-left: 32px;
	list-style-type: disc;
}

p 
{
	margin: 0;
	padding-bottom: 0.6em;
}

a:link, a:visited
{
	color: #fff;
}

a:hover
{
	color: #fff;
	background: #5A8A9E;
	text-decoration: none;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;

}
