
/*
	Tersus Base CSS
*/


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

h1 {
	font-size: 2.5em;
	}

h2 {
	font-size: 2.0em;
	}

h3 {
	font-size: 1.5em;
	}

h4, h5, h6 {
	font-size: 1.0em;
	}

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

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

optgroup {
	font-weight: normal;
	}

abbr,
abbr[title],
acronym,
acronym[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
	text-decoration: none;
	}

cite {
	font-style: normal;
	}

em {
	font-style: italic;
	}

del {
	text-decoration: line-through;
	}

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

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

ol li {
	list-style: decimal outside;
	}

ul li {
	list-style: disc outside;
	}

dl dd {
	margin-left: 1em;
	}

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

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

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

sup {
	vertical-align: super;
	}

sub {
	vertical-align: sub;
	}

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

a img {
	border: none;
	}
