/* 
Styles common to all pages.
This stylesheet can be used to apply styles to the body of an in-browser html editor (if required)
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 62.5%/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif; /* Explanation @ www.clagnut.com/blog/348/ */
	background-color: #65b9ed;
	padding: 10px 20px;
}
div#Container { 
	background: #fff;
	margin: 0 auto;
	padding: 0.4em 0.8em 0;
} 
a {
	color: #000;
}
a:hover {
	color: #770069;
}
a:visited {
	color: #600e76;
}
a.more {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	letter-spacing: 0.1em;
}
a img {
	border: none;
}
p, li {
	font-size: 1.2em;
	line-height: 1.6em;
}
li li {
	font-size:1em;
}
ul {
	margin: 0.1em 0.2em 0.2em 1em;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
	margin: 0.5em 0 0.1em;
}
h3 {
	font-size: 1.4em;
	margin: 0.5em 0 0.1em;
	color: #06c;
}
h4 {
	font-size: 1.2em;
}
acronym, abbr, .gloss {
	border-bottom: 1px dotted #8c006c;
}
.small {
	font-size: 0.8em;
}
/* Captions are used with tables */
caption {
	font-size: 0.8em;
	color: #666;
}
.sectionname {
	color: #06c;
}
div#Content {
	width: 520px;
	margin: 0 auto;
	padding: 1em;
}
