/*typography*/
a {
	text-decoration: none;
	font-weight: normal;
	color: #0077aa;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #ff6600;
	}
img {
	border: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0em 0em 0.8em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
ol, ul {
	font-size: 1.0em;
	line-height: 1.5em;
        padding: 5px 5px 5px 15px;
	}
li {
	font-size: 1.0em;
	line-height: 1.5em;
	}
h1 {
	margin: 0 0 10px 0; 
	padding: 0; 
	font-size: 2.5em;
	font-weight: normal;
}
	
h2 {
padding: 10px 0 5px 0;
font-size: 1.5em;
font-weight: bold;
color: #CC6600;
}

h3 {
	margin: 0; 
	padding: 0; 
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	margin: 0; 
	padding: 0; 
	font-size: 1.1em;
	font-weight: normal;
}

img {
	border: none;
	vertical-align : bottom;
}

