/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {	
	background: #7C16B1 url(images/back_all.jpg) repeat-x;
	font: 17px Arial, Helvetica, sans-serif;
	color: #7C16B1;
}

h2 {
	font: 21px Arial, Helvetica, sans-serif;
	color: #7F0DA9;
    font-style:italic;
}

a:link {
	color: #000000;
    text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
    padding:8px;
}

a.specialeffects:hover {
  color: black ;
  background-color: #F4E4FA ;
}

a.specialeffect:hover {
  color: black ;
  background-color: #F4E4FA ;
  padding:0px;
}

a.specialeffects2 {
  color: black ;
  background-color: yellow ;
  padding:2px;
}

a:visited {
	color: #53116C;
    text-decoration:none;
}

#footer {
	height: 45px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #7C16B1;
}

#footer a {
	color: #7C16B1;
}
