body
{
	color: darkslategray;
	font-family: 'Times New Roman';
}
a
{
	text-decoration:none;
}
.button
{
	border-right: none;
	border-top: none;
	border-left: none;
	color: lightcyan;
	border-bottom: none;
	font-family: 'Times New Roman';
	background-color: teal;
	text-decoration: none;
}
.Footer /*Footer*/
{
	font-size: 10pt;
	color: teal;
	font-family: Tahoma;
	background-color: white;
	text-decoration: underline;
}
font.headline
{
	color: teal;
	font-family: 'Times New Roman';
	text-decoration:none;
	
}

.inverse
{
	color: darkslategray;
	font-family: 'Times New Roman';
	background-color: lightcyan;
	text-decoration:none;
}
.bottomborder
{
	border-bottom: teal double;
	text-decoration: none;
}
.bullet
{
	list-style-position: outside;
	list-style-type: disc;	
	font-size: 15pt;
	color: teal;
	font-family: Tahoma;
	background-color: white;
	text-decoration: underline;
}
