/* HTML tags */

body {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 110%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

a, a:link {
	color: #366;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #699;
}

a:hover {
	color: #663;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote.quote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

img {
	border: none;
}

/* general classes */

.clear {
	clear: both;
}

.alignleft, img[align=left] {
	float: left;
	margin-right: 10px;
}

.alignright, img[align=right]{
	float: right;
	margin-left: 10px;
}

.aligncenter {
	text-align: center;
	margin: 5px auto;
}

