a, a:visited {
	color: Maroon;
	text-decoration: none;
}
a:hover {
	color: #B70000;
	text-decoration: none;
	text-transform: none;
}
body {
	background-color: #C4C4C4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
}
.head{
	font-size: 10px;
	background-color: #D9EDB1;
}
.title{
	font-size: 12px;
	border: 1px solid #000000;
	font-weight: 900;
}
.bookmark{
	font-size: 14px;
	font-weight: 900;
	background-color: #D9EDB1;
}
.links{
	font-size: 12px;
	}
.line{
	border-right: 1px solid #000000;
	}