body {
	background-color: #B5B4CB;
	background-image: url(../images/tile.jpg);
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #3E3B88;
}


.special {
	background-color: transparent;
	padding: 3;
	border: 15px;
	border-color: #4243CC;
	border-style: ridge;
	}

h1 {
	font-size: 2em;
	color: #3E3B88;
	text-align: center;
}

p {
	font-size: 1em;
	text-align: center;
}



a:link {
   color: #410450;
}

a:active {
	color: #9919b7;
}

a:visited {
	color: #60316b;
}

a:hover {
	color: #33346f;
}


