a:link, a:active, a:visited {
	color: #4A265A;
	text-decoration: underline}

a:hover {
	color: #FF0000;
	text-decoration: none}

body {
	background-image: URL(images/bg.gif);
	background-repeat: repeat-x}
	
.text {
  	font-weight: normal;
	color: #4A265A;
  	background: white;
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : 9pt;
  }