/* general */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12pt georgia,serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,div {
	margin-top: 1em;
	margin-bottom: 1em;
}

div#sitetitle {
	font-size: 1.3em;
	font-weight: bold;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.95em;
}
h4 {
	font-size: 0.9em;
}

/* hide */

#sidebar, #header, .add, .noprint {
	display:none;
}

/* lists */

ol, ul {
	list-style-position: outside;
	margin: 0 1em;
}

ol {
	margin-left: 2em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* tables */

table {
	margin-left: 1px;
	margin-right: 1px;
}

table, td, th {
	border: 1px solid #aaa;
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: .2ex 1ex;
}

th {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

/* emphasis */

abbr, acronym {
	border: 0;
	font-weight: bold;
}

abbr:after, acronym:after {
	content: " (" attr(title) ") ";
	font-size: 85%;
}

/* links */

a {
	color: #000;
	text-decoration: none;
}

a.url {
	text-decoration: underline;
}

a.external:after  {
	content: " ( " attr(href) " ) ";
	font-size: 85%;
	font-weight: normal;
}

a img { border: none; }
