/* reset
----------------------------------- */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, footer, section { 
 display:block; 
}

/* global
----------------------------------- */
body {padding:0 40px; font: 62.5%  Arial, Verdana, "san-serif"; background-color: #fff;text-shadow:#fff 0 0 1px}

.clear {clear:both}

a {color:#000; text-decoration:none; border-bottom:1px dotted #069}
a:hover {background:#5bbeff; text-decoration:none; border-bottom:1px dotted #069}


header {margin:0 0 30px 0;padding:10px;background:#e8eef7;font-size:1.5em;}

p {margin:30px 0 0 0;font-size:1.8em;color:#393;}
p a {color:#393; border-bottom:1px dotted #393}
p a:hover {background:#cfc; text-decoration:none;border-bottom:1px dotted #393}

footer {margin:0 0 40px 0;font-size:1.3em;}
footer div {margin:-20px 20px 0 0;float:right;vertical-align:middle}
footer div span a {margin:0 0 0 0;border:none;vertical-align:middle}
footer div span a:hover {border:none;background:none}