/*
CSS Reset
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
Type Formatting
*/

html { font-size: 62.5%; }
body { font-size: 100%; }
html, body, label, input, select, textarea, label, h1, h2, h3, h4, h5, h6, p, li, th, td, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
}

h1, h2 {
	position: relative;
	left: -1px;
	margin: 0 0 1em 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

h3 {
	margin: 0 0 1em 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #bc3d48;
}

p {
	margin: 0 0 1.4em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

a {
	color: #eee;
	text-decoration: underline;
}

a:hover {
	color: #d6999d;
}

h2 a, h2 a:hover {
	color: #fff;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

li {
	font-size: 1.2em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}
