/* eliminates underlined links*/A:link  {	text-decoration : none;	color: 990099;}A:visited  {	text-decoration : none;	color: 999999;}A:active  {	text-decoration : none;	color: FF0000;}A:hover  {	text-decoration : none;	color: 000000;}/* default text size and font*/body {text-decoration: none;color: 000000;font-family: Arial, Helvetica, Verdana;font-size: 11px;font-weight: normalfont-style: normalline-height:14px;}/* main page headings*/.mainhead {text-decoration: none;color: 990099;font-family: Arial, Helvetica, Verdana;font-size: 16px;font-weight: boldfont-style: normalline-height:10px;}/* footer text*/.footer  {	font-family : Arial, Helvetica, Verdana;	font-size : 9px;	color : 000000;}