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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}

pre, code {
	font-family: consolas, courier, monospace;
	font-size: 1em;
	line-height: 1.2em;
	white-space: pre; 
	background-color: #ccf; /* any colour's okay, 
	so long as it's different to the page-background  
	(for ease of recognition) and contrast to the text */
	color: #000; /* likewise the background-color comment */
	border: 1px solid #666;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em; /* just in case */
	padding: 1em;
	margin: 1em 1em 1em 0;
	width: 500px; /* or whatever you prefer */
	float:left;
}

.clr:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clr { zoom: 1; } /* IE6 */
#ie7 .clr { zoom: 1; } /* IE7 */

body {
	font-size:12px;
	line-height:16px;
	color:#fff;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Tahoma, Sans-Serif;
	font-weight:400;
}

h1, h2, h3, h4 {
	font-weight:600;
	line-height: 100%;
}
 
.oldie * {
	font-weight:400 !important;
	font-style: normal !important;
}

.oldie #nav-widget section {
	font-weight:600;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Tahoma, Sans-Serif;
}

