body	{font-family: serif;
	 color: black;
	 background: white none}

h1	{font-weight: bold;
	 text-align: center;
	 font-size: x-large}

h2	{font-weight: bold;
	 text-align: center;
	 font-size: large}

.content{font-weight: normal;
	 font-size: medium;
	 text-align: justify}

.legal	{font-weight: bold;
	 font-size: x-small;
	 text-align: justify;
	 text-indent: 0em}

tt	{font-weight: normal;
	 color: black;
	 background: transparent}

b	{font-weight: bold}

a:link	{color: blue;
	 background: transparent;
	 text-decoration: underline}

a:visited{color: burgandy;
	 background: transparent;
	 text-decoration: underline}

a:active{color: red;
	 background: transparent;
	 text-decoration: underline}

p	{text-indent: 2em}

hr	{width: 100%}

.frame	{border: ridge 5pt teal;
	 text-align: center;
	 background: white none;
	 color: black}

.fr2	{border: ridge 5pt teal;
	 float: right;
	 background: white none;
	 color: black}

.frleft	{border: ridge 5pt teal;
	 float: left;
	 background: white none;
	 color: black;}

th	{font-weight: bold;
	 text-align: center;
	 font-size: x-large;
	 background: #990033 none;
	 color: white}

td	{text-align: center;
	 background: white none;
	 color: black}

.fr3	{border:ridge 5pt red;
	 float:center;
	 text-align: center;
	 background: blue none;
	 colour: white;}

.frwh	{border:ridge 5pt green;
	 float:center;
	 text-align: center;
	 background: black none;
	 colour: white;}

.link	{color: white;
	 background: transparent;
	 text-decoration: none}
	
.left	{text-align: left}

.right	{text-align: right}

.justify {text-align: justify}



