A:link, A:visited, A:active  {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
     
A:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}

body {
	margin: 0px;
	color: #000000;
	font-size: 11px;
	font-family: georgia;
	background: #97aabb;
	text-align: justify;
	border-width: 3px;
	border-color: #000000;
}


i {
    color: #000000;
}

b {
    color: #9097A0;
}
     
p {
	margin: 0px;
}


