BODY {
    background: #FFFFFF;
    margin: 0px;
}

.Border {
	border: 1px #FFFFFF solid;
}

.Text {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
 	color: #007DC6;
}
.Text a:link {
	color : #007DC6;
	text-decoration : underline;
}
.Text a:hover {
	color : #46BA79;
	text-decoration : none;
}
.Text a:visited {
	color : #007DC6;
}

