@charset "UTF-8";
/* CSS Document */

body {
	background-color: #EFF0D5;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
}
	
h1 {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #9966CC;
}


h2 {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #9966CC;
}


h3 {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #9966CC;
}

p	{
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #9966CC;
}
	
a:link {
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC33FF;
}
a:hover {
	font-family: trebuchet, arial, verdana, sans-serif;
	text-transform: uppercase;
	color:#9966CC;
}
a:visited	{
	font-family: trebuchet, arial, verdana, sans-serif;
	color: #CC00FF;
	}