
/*
	Tersus Base CSS
	
	Portions based on YUI Base CSS 2.8.2
	Copyright (c) 2010, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
*/


body {
	margin: 10px;
	font-family: helvetica, arial, sans-serif;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h2, h3 {
	margin: 0.5em 0;
	}

h1, h2, h3, h4, h5, h6,
strong,
dt {
	font-weight: bold;
	}

optgroup {
	font-weight: normal;
	}

abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
	}

em {
	font-style: italic;
	}

del {
	text-decoration: line-through;
	}

blockquote, ul, ol, dl {
	margin: 1em;
	}

ol, ul, dl {
	margin-left: 2em;
	}

ol li {
	list-style: decimal outside;
	}

ul li {
	list-style: disc outside;
	}

dl dd {
	margin-left: 1em;
	}

th, td {
	border: 1px solid #000;
	padding: .5em;
	}

th {
	font-weight: bold;
	text-align: center;
	}

caption {
	margin-bottom: .5em;
	text-align: center;
	}

sup {
	vertical-align: super;
	}

sub {
	vertical-align: sub;
	}

p,
fieldset,
table,
pre {
	margin-bottom: 1em;
	}

/*
	Opera requires 1px of passing to render with contemporary native chrome
*/

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding: 1px;
	}

a img {
	border: none;
	}
