a {
	text-decoration: none;
}
.backcolour {
	background-color: #0087dd;
}
.bold_text {
	font-size: 12pt;
	font-family: Arial;
	color: white;
	font-weight: bold;
}
.bold_text:hover{
	color: #ccff00;
}
.border {
	border-color: #ffffcc #ffffcc #ffffcc #ffffcc;
	border-style: ridge ridge ridge ridge;
}
.dev_by{
	font-family: Verdana;
	font-size: 7pt;
	color: lime;
}
.footer {
	font-size: 8pt;
	font-family: Arial;
	color: white;
}
.menu_text {
	font-size: 8pt;
	font-family: Verdana;
	color: #ffffcc;
}
.small_text {
	font-size: 8pt;
	font-family: Arial;
	color: #ccff00;
}
.topmenu {
	font-family: Tahoma;
	font-size: 11pt;
	color: white;
}
.topmenu:hover {
	color: yellow;
	text-decoration: underline;
}
.white_outline {
	border-color: white white white white;
	border-style: double double double double;
}
