body {
  background-color: #WHITE;
}

H1 {
	font-weight: bold;
	font-size: 30px;
	font-family: Georgia, Garamond;
}
p1 {

	font-weight: bold;
	font-size: 30px;
	font-family: Georgia, Garamond;
}

a:link {COLOR: RED;}
a:visited {COLOR: RED;}
a:active {COLOR: RED;}
a:hover {COLOR: GOLD;}

table  {
	table-layout: fixed; width: 80%;}

