.wfont {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.5;
}
.bfont {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 1.5;
}
.a {
	color: White;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.a:hover {
	color: Aqua;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: Underline;
}
.footer {
font-family: Tahoma;
font-size: 10px;
color: #FFFFFF;
}
.title {
	font-family:  Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
body {
background-color: Silver;
background-image: url(../images/bg.gif);
}