BODY, TD {
	font-family: Arial, helvetica, sans-serif;
	font-size: size="3";
}

normal {
	font-family: Arial, sans-serif;
	font-size: size="3";
}

ul {
	font-family: Arial, sans-serif; 
	font-size: size="3";
	<li><a href: "">List item 1</a></li>
<li><a href="">Item in the list #3</a></li>
<li><a href="">And the final list element</a></li>;
}

H1 {
	font-size: size="2";
	font-weight: bold;
	color: teal;
	font-family: Arial;
}

H2 {
	font-size: size="2";
	font-weight: normal;
	color: teal;
	font-family: Arial, sans-serif;
}

H3 {
	font-size: size="1";
	font-weight: normal;
	color: teal;
	font-family: Arial, sans-serif;
	font-style: italic;
}

H4 {
	font-size: small;
	font-weight: bold;
	color: black;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : normal;
	color : #66CDAA;
	text-align : center;
}
A {
	text-decoration: none;
	font-weight: normal;
	color: blue;
	font-size: ="3";
}

A:Hover {
	text-decoration: none;
	font-weight: normal;
	color: red;
	font-size: ="3";
}

HR {
	color: #C0C0C0;
	height: 2pt;
}