@charset "utf-8";
/* CSS Document */

p {
	font-size: 12px;
}

a {
	color: #990000;
}

a:hover {
	text-decoration:underline;
}
h2 {
	font-size:14px;
	color:#990000;
	text-align:left;
	font-weight: bold;
}

#content-rightbody {
	margin: 10px 0 5px 0;  /* top right bottom left*/
}
