/* CSS */

body {
	background: #09000D;
	color: #7F6989;
}

h1, h3 {
	color: #ECE9EE;
}

div.linkbox {
	text-align: center;
	padding: 15px;
	color: #000000;
}

div.linkbox div.shade {
	background: -webkit-linear-gradient(#7F6989, #4E3759); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7F6989, #4E3759); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7F6989, #4E3759); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7F6989, #4E3759); /* Standard syntax */
	padding: 15px 0;
	border: 1px solid #ECE9EE;
	border-radius: 4px;
}

div.linkbox h3 {
	text-shadow: 1px 1px #7F6989;
	color: #000000;
}

div.linkbox p {

}

div.linkbox p a {
	color: #fff;
	text-shadow: 2px 2px #2E143A;
	font-size: 2em;
}

div.linkbox img {

}

div.topbottom {
	text-align: center;
}