.title {
	font-family: "georgia";
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-weight: italic;
	text-transform: lowercase; 
	text-align: right;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	letter-spacing: 3px;
}

body {
	background-color: transparent;
	font-family: "georgia";
	font-size: 11px;
	font-weight: 140;
	color: #000000;
	cursor: text;
}
a:link,a:visited,a:active {
	font-family: "georgia";
	font-size: 11px;
	font-weight: 140;
	color: #000000;
}


a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	text-decoration: blink;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}
