/* Base font size */
html {
	font-size: 62.5%;
	}
body {
	font-size: 1.1em;
	line-height: 1.454em;
	}

/* Fonts */
body, select, input, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}
code {
	font-family: Consolas, "Courier New", Courier, monospace;
	}
	
/* Font sizing */
h1 {
	font-size: 1.363em;
	line-height: 1;
	margin-bottom: 0.666em;
	font-weight: bold;
	}
h2 {
	font-size: 1.273em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
	}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.727em;
	}
h4 {
	margin:1.5em 0 0.5em 0;
	}
p, ul, ol {
	margin-bottom: 1.454em;
	}

/* Phrase Elements */
strong {
	font-weight: bold;
	}
abbr, acronym {
	letter-spacing: 1px;
	border-bottom: 1px dotted;
	cursor: help;
	}
address {
	margin:0 0 1.454em 0;
	}

/* Lists */
/*li {
	margin: 0.75em 0;
	}*/

	
	
	