/* Styles
----------------------------------------------------------------------------------------------- */

* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center; 
	padding: 0px; 
	background: #FFFFFF;
	background-image: 
	url('');
	background-repeat: repeat;
	font-family: tahoma; 
font-color: #000000;
	font-size: 10px; 
	color: #000000;
	font-weight: normal; 
	text-align: left;
	line-height: 12px;

	}


/* Hyperlinks
----------------------------------------------------------------------------------------------- */

a, a:visited {color: #551A8B; text-decoration: none; cursor:;}

a:hover {color: #cccccc; text-decoration: none;}
	
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited{color: #3db1ff; text-decoration: none;}

h2 a:hover, h3 a:hover, h4 a:hover {color: #3db1ff; text-decoration: none;}