body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Arial, Verdana;
	color: #FFF;
	font-size: 20px;
	text-align: justify;
	font-weight: bold;
}
#text {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DEB5F7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEB5F7;
}
#text2 {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DEB5F7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEB5F7;
	text-align: center;
	font-size: 26px;
}
#link {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #DEB5FF;
	border: 2px solid #9941CC;
}
#link a {
	color: #333;
	font-size: 30px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}
#footer a {
	color: #DEB5FF;
}

#link a:hover {
	color: #000;
	font-size: 30px;
}
#link a:hover:visited {
	color: #000;
	font-size: 30px;
}
#link a:active {
	color: #333;
	font-size: 30px;
}
#link a:visited {
	color: #333;
	font-size: 30px;
}

#wrap {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #FFF;
	padding: 10px;
}
#pics {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pics img {
	border: 2px solid #DEB5F7;
	margin-right: 8px;
	margin-left: 8px;
}
