body {
	background-color: #1D202A;
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x;
	font-family: Georgia;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	color: #D0D9E5;
}

a:link, a:visited, a:active {
	color:#365882;
	font-size: 11px;
	text-transform: lowercase;
	font-family: Georgia; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 1px #D9E4F1 dotted;
}

a:hover {
	color:#1D202A;
	font-size: 11px;
	text-transform: none;
	font-family: Georgia; 
	cursor: crosshair;
	text-decoration: lowercase;
	border-bottom: 1px #D9E4F1 solid;
}