﻿body
{
	font-size: 11pt;
	background-color: #ffffcc;
	text-decoration: none;
}

a:link
{
	color: black;
	font-weight: bold;
	font-style: italic;
}
a:visited
{
	color: Black;
	font-weight: bold;
	font-style: italic;
}
a:hover
{
	color: red;
	font-weight: bold;
	font-style: italic;
}
hr
{
	width: 90%;
	color: black;
	height: 2px;
}
