@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

h3 {
	padding: 10px;
	font-size: 120%;
	font-weight: normal;
}

div.left {
	float: left;
	width: 385px;
	margin: 0px 7px;
}

h4 {
	margin-top: 10px;
	color: #990000;
	font-size: 100%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

h4 span {
	font-size: 80%;
	color: #990000;
}

img.right {
	float: right;
	width: 350px;
	padding: 0px 0px 5px 0px;
}
