
body
     {
	color: black;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	background-color: silver;
}

IMG
 {
	border: 5px solid white;
}

A:active
  {
	color: red;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

A:visited
  {
	color: black;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

A:hover
 {
	color: red;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
}

A:link
   {
	color: black;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
h2     {
	color: black;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
TD   {
	color: #000;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: normal;
	background-color: white;
}
TABLE {
	width: 100%;
	height: 100%;
}
p  {
	font-size: 12px;
}
