H3 {
	background-color: navy;
	border-color: silver;
	Color: yellow;
	font-family: Sans-Serif, Arial;
	font-size: 14pt;
	font-weight: bold;
	outline-style: groove;
}

TH {
	Background-Color: #ff9393;
	border-collapse: inherit;
	border-color: blue;
	border-width: 4px;
	Color: yellow;
	Font-Family: "Times New Roman", serif, serif;
	Font-Size: 12pt;
}

TD {
	Background-Color: red;
	border-color: maroon;
	border-width: 5px;
	Color: white;
	Font-Family: "Times New Roman", sans-serif;
	Font-Size: 12pt;
	font-stretch: normal;
	margin: 10px;
	text-decoration: none;
}

body {
	background-color: red;
	border-collapse: collapse;
	border-color: purple;
	border-style: groove;
	border-width: 4px;
	color: yellow;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 300;
	outline-color: olive;
	outline-style: dashed;
	outline-width: thick;
	text-decoration: none;
	white-space: normal;
}

a:link {
	color: blue;
	font-family: "Serifa BT";
}

a:hover {
	color: green;
	font-family: "Serifa BT";
}

a:visited {
	color: lime;
	font-family: "Serifa BT";
}