	.title {
	font-family : "Georgia", Courier, monospace;
	color: #FF6600;
	font : 14px;
	font-weight:Bold;
	}
	.content {
	font-family : "Courier New", Courier, monospace;
	color: #000000;
	font : 13px;
	font-weight:Normal;
	}
	.highlite {
	font-family : "Georgia", Courier, monospace;
	color: #FF6600;
	font : 17px;
	font-weight:Bold;
	}
	.lowlite {
	font-family : "georgia", Courier, monospace;
	color: #000000;
	font : 11px;
	font-weight:Bold;
	}
	.bottomlite {
	font-family : "Courier New", Courier, monospace;
	color: #E70810;
	font : 12px;
	font-weight:Normal;
	}
	.smalllite {
	font-family : "Courier New", Courier, monospace;
	color: #E70810;
	font : 11px;
	font-weight:Normal;
	}
	.lnk{
	font-family : "Courier New", Courier, monospace;
	color: #000000;
	font : 13px;
	font-weight:Normal;
	}
	.lnk:HOVER{
	font-family : "Courier New", Courier, monospace;
	color: #F88608;
	font : 13px;
	font-weight:Normal;
	}
	
	.titleLink{
		font-family : "Georgia", Courier, monospace;
		color: black;
		font : 14px;
		font-weight:Bold;
		text-decoration:none;
	}
	.titleLink:HOVER{
	color: #F70810;
	text-decoration:underline;
	}