/******************** links *********************/
a {
  color: #521008;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/********************* text *********************/
.bodytext,
.bodytextnorm,
.bottommenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.bodytext {
	font-weight: bold;
}
.bodytextnorm {
	font-weight: normal;
}
.bottommenu {
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.style3 {
    color: #ff0000;
}

