	a:	link {
		color:	blue;
		text-decoration:	underline;
	}
	a:	active { color:	red }
	a:	visited { color:	purple }
	body {
		background-color:	white;
		color:	black;
	}

	.homelink {
		text-align:	left;
		font-family:	verdana, tahoma, arial, helvetica, sans-serif;
		font-size:	10px;
		text-decoration:	none;
		color:	teal;
	}

	.topmenu-not {
		text-align:	center;
		font-family:	'B Americana Bold';
		font-size: 14px;
		font-weight:	bold;
		text-decoration:	none;
		color:	white;
	}
	td.topmenu {
		text-align:	center;
		font-family:	'B Americana Bold';
		font-weight:	bold;
		font-size: 14px;
		text-decoration:	none;
		color:	black;
		background-color:	silver;
	}
	a.topmenu {
		width:		100%;
		height:		100%;
		text-decoration: none;
		font-weight:	bold;
		color:	black;
		background-color:	silver;
	}
	a.topmenu:hover {
		width:	100%;
		height:		100%;
		text-decoration: none;
		font-weight: bold;
		color:	white;
		background-color:	maroon;
		margin-left:	0;
	}
	.mshead {
		font-family:	verdana, tahoma, arial, helvetica, sans-serif;
		font-size:	22px;
		font-weight:	bold;
		text-decoration:	none;
		color:	maroon;
		line-height:	125%;
	}
	.mstext {
		font-family:	verdana, tahoma, arial, helvetica, sans-serif;
		font-size:	14px;
		text-decoration:	none;
		color:	black;
		text-align:	left;
	}
	.romantext {
		font-family:	'B Americana Bold';
		font-size:	16px;
		text-decoration:	none;
		color:	maroon;
	}
	.headtext {
		font-family:	verdana, tahoma, arial, helvetica, sans-serif;
		font-size:	14px;
		font-weight:	bold;
		text-decoration:	none;
		color:	maroon;
		line-height:	15px;
	}
	.headtext a {
		font-family:	verdana, tahoma, arial, helvetica, sans-serif;
		font-size:	14px;
		font-weight:	bold;
		text-decoration:	none;
		color:	maroon;
		line-height:	15px;
		text-decoration: none;
	}
	.headtext a:hover {
		color:	blue;
		text-decoration:	underline;
	}
	.headtext a:active { color:	red }
	.headtext a:visited { color:	purple }

	.divbar {
		color:	white;
		font-family:	'B Americana Bold';
		font-size:	14px;
		height:		23px;
		text-align:	left;
		vertical-align:	middle;
		width: 100%;
		padding-left: 5px;
	}

