/* Standard style */
body {
	color: black;
	background-color: white;
}
a {
	color: blue;
	text-decoration: none;
}
a:link {
	color: blue;
}
a:visited {
	color: teal;
	text-decoration: none;
}
a:hover {
	color: teal;
	text-decoration: underline;
}
a:focus {
	color: red;
}
img {
	border: 0px;
}
td {
	text-align: center;
	vertical-align: middle;
}
ul, ol {
	margin-top: 0em;
}
li {
	margin-top: 0em;
	margin-bottom: 0em;
}
h1 {
	margin-bottom: 0.25em;
}
h2 {
	margin-bottom: 0em;
}
h3	 {
	margin-bottom: 0em;
}
h4	 {
	margin-bottom: 0em;
}

/* Centering */
.center {
	text-align: center;
}

/* Paragraph before a list */
p.listintro {
	margin-bottom: 0em;
}

/* Header, footer and links */
div.header {
	font-style: italic;
	padding: 0.5em;
	background-color: #D0D0FF;
	border-bottom: solid;
}
div.header p.navigation {
	margin-top: 0em;
	margin-bottom: 0em;
}
div.header p.navigationr {
	float: right;
	font-size: 70%;
	margin-top: 0em;
	margin-bottom: 0em;
}
div.header p {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	text-indent: -1em;
}
div.header em {
	font-weight: bold;
}
div.header p.contents {
	font-style: normal;
}
div.header p.contents1 {
	margin-left: 2em
}
div.header p.contents2 {
	margin-left: 3em
}
div.header p.contents3 {
	margin-left: 4em
}
div.header p.contents4 {
	margin-left: 5em
}
div.footer {
	text-align: center;
	background-color: #D0D0FF;
	border-top: solid;
	margin-top: 1em;
	clear: both;
}
h2.links {
	background-color: #C0C0FF;
	margin-bottom: 0em;
	padding: 0.5em;
}
ul.links {
	margin-top: 0em;
	padding: 0.5em;
	background-color: #D0D0FF;
	border-top: solid;
	border-bottom: solid;
	list-style: inside;
}
ul.links li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.links li a:first-child {
	font-weight: bold;
}
ul.links li li {
	margin-top: 0em;
	margin-bottom: 0em;
}

ul.pros li {
	list-style: none;
	text-indent: -1em;
}
ul.pros li:before {
	content: "+ ";
}
ul.cons li {
	list-style: none;
	text-indent: -1em;
}
ul.cons li:before {
	content: "− ";
}
/* Tables with frames */
table.framed, table.framed tr, table.framed tr td, table.framed tr th {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-collapse: collapse;
}
table.framed tr td, table.framed tr th {
	text-align: left;
	vertical-align: top;
	padding: 0.5em;
}
table.framed h2 {
	text-align: center;
}

/* Image inside list */
img.iimg {
	margin-top: 3px;
	margin-bottom: 16px;
}
/* Floating images */
img.floatleft {
	border: 0px;
	margin-right: 1em;
	float: left;
}
img.floatright {
	border: 0px;
	margin-left: 1em;
	float: right;
}
