body{
margin:0;
padding:0;
width:100%;
height:100%;
background-color:#FFFFFF;
}

.txt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0 em;
	font-weight:normal;
	color:#000000;	
	text-align:left;
	line-height:2.7 em;
}

.txt A:link {text-decoration:underline; color: #CC0000;}
.txt A:visited {text-decoration:underline; color: #CC0000;}
.txt A:active {text-decoration:underline; color: #CC0000;}
.txt A:hover {text-decoration:underline; color: #FF0000;}
