A  {
	text-decoration : none;
	font-family : Tahoma, Arial;
	font-size : 12px;
}

A:Hover  {
	font-family : Tahoma, Arial;
	text-decoration : underline;
}

P  {
	font-family : Tahoma, Arial;
	font-size : 12px;
}

H1  {
	font-family : Tahoma, Arial;
	font-size : 32px;
	color : Red;
	font-weight : bold;
}

h2  {
	font-family : Tahoma, Arial;
	font-size : 24px;
	color : Red;
}

h3  {
	font-family : Tahoma, Arial;
	font-size : 16px;
	color : Red;
}

TABLE  {
	font-family : Tahoma, Arial;
	font-size : 12px;
}

PRE  {
	font-size : 11px;
}

LI  {
	font-size : 12px;
	font-family : Tahoma, Arial;
	list-style-type : square;
	list-style-position : outside;
	border-bottom : 1 groove;
}
