BODY				{ border-style: double;
						border-width: 10px;
						font-size: 20;
						background: #ffffcc;
						color: #990099 }
.bold				{ font-weight: bold; }
.bigFont			{ font-family: helvetica, arial, sans-serif;
						font-weight: bold;
						font-size: 2em;
						color: #00008B; }
.italic			{ font-style: italic; }
.right			{ text-align: right; }
table, th, td	{ border: 0px groove;
						padding: 0px; }
table				{ background-color: #ffffcc;
						margin-left: auto;
						margin-right: auto; }
H1					{ color: rgb(153, 0, 0);
						font-size: 32;
						line-height: 1.5;
						text-align: center }
P, LI				{ color: rgb(100, 20, 100);
						font-size: 20;
						text-align: justify }
A:link			{ text-decoration: underline; color: #0000FF }
A:visited		{ text-decoration: underline; color: #990099; text-weight: bold }
A:hover			{ text-decoration: none; color: #FF0000 }
A:active			{ text-decoration: none; color: #FF0000 }
