body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: small;
	color: #414446;
	margin-left: 6em;
	margin-right: 6em;
	}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #26457e;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #758FA6;
}

h2 {
	font-size: small;
	font-weight: bold;
	}

img {
	border:0;
	}

p, li {
	line-height: 1.5;
	}
	
ul {
	padding-left: 0;
	list-style-type: none;
	}

li {
	margin-bottom: 1em;
	}

blockquote {
	background: #ffffe0;
	}

#menu {
	margin-left: 0; /* hack for IE */
	padding: 1em;
	background-color: #99b1d3;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#menu a {
	color: white;
	}
	
#menu li {
	display: inline;
	margin-right: 2em;
	}
		
#right_content {
	float: right;
	width: 200px;
	}
	
#right_content div {
	padding: 1em;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
	font-size: smaller;
	}
	
#opendocumentxmlorg {
	background-color: #EEEEEE;
	}

#left_content {
	margin-right: 220px;
	}
	
#footer {
	clear: both;
	}

#footer li {
	display: inline;
	margin-right: 2em;
	}