/* CSS Document for styles general to all pages*/
html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	text-align: justify;
	font: 16px "sans-serif", sans-serif, monospace;
}
h1 {
	font-size: 160%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight:bold;
	margin-top:20px;
}
p{
	font-size: 100%;
	margin-top:10px
}
a img{border:none;}
object{
	position: relative;
}