a:link {color: blue;}
a:visited {color: blue;}
a:active {color: red;}
a:hover {color: #FF6600; font-weight: bold;}

.text {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: blue;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;

}

.dynamiclinks {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: red;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	text-decoration: underline;

}
.heading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.textsmall {

	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}



