body
{
	background: #ffffc2;
		line-height: 15px;
}
A
{
	font-family: Arial;
	color: #0000ee;
	Text-Decoration: underline;
	font: oblique Arial;
}

A:HOVER
{
	Color: #333333;
	Font-Weight: bolder;
}

h1
{
	font-family: Arial;
	font-size: larger;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	text-align: center;
}

h2
{
	font-family: Arial;
	font-size: smaller;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

h3
{
	font: italic normal normal;
	font-family: Arial;
	font-size: smaller;
	font-style: italic;
	color: #0000ee;
	text-align: right;
}
h4
{
	font: italic normal normal;
	font-family: Arial;
	font-size: smaller;
	font-style: italic;
	color: #999999;
	text-align: right;
}
h5
{
	font-family: Arial;
	font-size: larger;
	font-style: italic;
	color: Red;
	text-decoration: none;
	text-align: left;
}

hr
{
	width: 65%;
	height: 1%;
	color: #333333;
	text-align: justify;
}


a:visited {
	color: inherit;
}
