div#leftdiv p {
	text-indent: 0;
	margin-right: 1em;
}

div#leftdiv p a:link{ text-decoration: underline; color: black; }
div#leftdiv p a:visited{ text-decoration: underline; color: black;}
div#leftdiv p a:hover{ text-decoration: underline; font-weight: normal;}

div#leftdiv p.subject {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Verdana, sans-serif, SimHei;
	color: orange;
}

div#leftdiv p.title {
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif, SimHei;
}

div#leftdiv img {
	width: 100%;
}

div#leftdiv div.content {
	height: 600px;
	width: 548px;
	margin-top: 5px;
    margin-bottom: 10px;
	margin-right: 30px;
	overflow: auto;
	clear: both;
}
div#rightdiv ul {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 2em;
}
div#rightdiv ul li{
    text-align: right;
    list-style-type: none;
    font-weight: normal;
}
