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


body {
	background: #CCC;
}
p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

.title {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: 5px;
}

.whiteBox {
	border:thin solid #FFF;
}

