.style1 {
	font-size: 16;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.text {
	font-size: 16;
	font-weight: bold;
	color: #0066CC;
}

body {
	color: #0066CC;
	font-family: Tahoma;
	font-size:14px;
	font-weight: normal;
	scrollbar-base-color: #4169E1
}
.style6 {
	color: #ff9900;
	font-family: Tahoma;
	font-size: medium;
	font-weight: normal;
}

a :over{ font-size:16px ; font-weight:bold;color: #0066CC; }
a :link{
	font-size:16px;
	font-weight:bold;
	color: #0066CC;
	text-decoration: none;
}
a :active{
	font-size:16px;
	font-weight:bold;
	color: #0066CC;
	text-decoration: none;
}
a :visited{
	font-size:16px;
	font-weight:bold;
	color: #0066CC;
	text-decoration: none;
}