/* CSS Document */

body {
	background-color: #C0C0C0;
}

.topmenu {
	font-family: Times New Roman, Times, serif;
	color: #9A2755;
	font-weight:bold;
	font-size:20px;

}

.topmenu a:link{
	font-family: Times New Roman, Times, serif;
	color: #9A2755;
	font-weight:bold;
	text-decoration: none;
	font-size:20px;
}

.topmenu a:visited{
	font-family: Times New Roman, Times, serif;
	color: #9A2755;
	font-weight:bold;
	text-decoration: none
}

.topmenu a:hover {
	font-family: Times New Roman, Times, serif;
	color: #9A2755;
	background-color: #454500;
	font-weight:bold;
	text-decoration: underline overline;
}

.sidelink {
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: black;
}

.sidelink a:link{
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: black;

}

.sidelink a:hover {
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: black;
	background-color: #9A3300;

}

.sidelink a:visited{
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: black;

}

.p {
	font-family: Times New Roman, Times, serif;
	color: black;
	font-size:16px;
}

.p a:link{
	font-family: Times New Roman, Times, serif;
	color: #9A2755;
	font-size:16px;
}

.p a:visited{
	font-family: Times New Roman, Times, serif;
	color: #9A2755;
	font-size:16px;
}

.p2 {
	font-family: Times New Roman, Times, serif;
	color: black;
	font-size:14px;
}
