H3 { text-align:left;  }
P { text-indent:30; width: 90%; color:blue; text-align: justify;  }
BODY { text-align:right; margin-top: 50px; margin-bottom: 0px; margin-left: 20px; margin-right: 50px;  }

A:link {
	COLOR:blue; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A:visited {
	COLOR:blue; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A:active {
	COLOR: blue; FONT-WEIGHT: bold
}