body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background: white;
	font-family: Arial;
	font-size: medium;
	width:800px;
	align:left;
	text-align:left;
}

p {text-align:justify;}
td {align=center; text-align:center;}

a:link    { color: blue; text-decoration: none }
a:visited { color: red; text-decoration: none }
a:hover   { color: green; text-decoration: none }

hr { align:left; }

img {
border-width:3;
border-color:gray;
border-style:solid;
}
