h1, h2, h3, p, span, div, ul {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p, span, a.normal {
	font-size: 60%;
}

h1 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 150%;
}

span.CN {
	font-size: 90%;
}

div.main {
		width: 800px;
		margin-right: auto;
		margin-top: 50px;
		margin-left: auto;
	}

div.content {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top-style: solid;
	border-color: black;
	border-top-width: thin;
	margin-top: 10px;
}

div.spacer {
		height: 10px;
	}

a:link {}

a:visited {
		color: #666666;
	}
	
div.content#images > img {
		margin-bottom: 10px;
	}
div.content#images > iframe {
		margin-bottom: 10px;
	}
	
div.content#images > object {
		margin-bottom: 10px;
	}
	
div.content > h2 {
		font-weight: bold;
		font-style: italic;
		font-family: Georgia, serif;
		font-size: 80%;
		margin-bottom: 2px;
		width: 600px;
	}

div.content#text > p {
		text-align: justify;
		font-family: Georgia, serif;
		font-size: 80%;
		margin-bottom: 6px;
		width: 400px;
	}

div.newsitem {
		padding-top: 10px;
		border-top-style: dotted;
		border-top-width: thin;
		margin-bottom: 20px;
	}

