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

h1 {
	margin-top: 12px;
}
ul#otherlinks {
	list-style-type: none;
	padding: 5px;
	text-align: center;
	clear: both;
	font-size: 10px;
	/*width: 790px;
	margin: 0 auto;*/
}
ul#otherlinks li {
	display: inline;
	font-size: 10px;
	padding: 0 4px;
}
ul#otherlinks a,
ul#otherlinks a:link,
ul#otherlinks a:visited,
ul#otherlinks a:active {
	font-size: 10px;
	color:	#C60007;
	text-decoration: none;
	font-weight: normal;
}

ul#otherlinks li a:hover {
	text-decoration: underline;
}

ul#otherlinks div {
	margin-top: 10px;
}

#keywords_link {
	padding-top: 10px;
	background: #c60007;
	text-align: center;
}
#keywords_link a {
	text-decoration: none;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
#keywords_link a:hover {
	text-decoration: underline;
}
