BODY {
	color : #0066CC;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : smaller;
	overflow : hidden;
}

A {
	color : #00CCFF;
	text-decoration : none;
}

A:HOVER {
	color : #3399FF;
	text-decoration : none;
}

#updatewin {
	width : 100px;
	border : 4px double #003399;
	filter : alpha(opacity=75);
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
}

#contentwin {
	width : 130px;
	border : 4px double #003399;
	filter : alpha(opacity=75);
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
}

#featurewin {
	border : 4px double #003399;
	filter : alpha(opacity=75);
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
}

.twheading {
	float : right;
	font-weight : bold;
	vertical-align : bottom;
	ime-mode : disabled;
	}

#title {
	font-family : PencilBox, Arial, sans-serif;
	font-size : 50px;
	font-weight : bold;
}

#features {
	scrollbar-darkshadow-color : #0099FF;
}