/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma,Verdana;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.166;	
	margin: 110px;
	padding: 0px;
	background: #000000 url('cyanarm1.gif') fixed;
	background-repeat: no-repeat;
	background-position: center;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #00aeef;
	text-decoration: underline;
	CURSOR: hand;
}
/******* Date *******/
#FDate{
	color: #ff0000;
	font-weight: 10px;
}
