body 
{ 
	background-color:black;
	font-variant:small-caps;
	padding-left:15px;
	color:#EEEEEE;
}

h1
{
	text-align:center;
	color:#40E040;
}

h1:first-letter
{
	color:#E06000;
}

h2
{
	text-decoration:underline;
	font-size:medium;
	text-align:center;
	color:#EEEEEE;
}

.main
{
	min-width:300px;
	max-width:550px;
}

.message
{
	border:1px solid gray;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}

.message h3
{
	text-decoration:underline;
	color:#E0E020;
}

.message h3:first-letter
{
	color:#E06000;
}

.message p
{
	color:#A0E040;
}

.question
{
	text-decoration:underline;
	color:#E0E0E0;
}

.question:first-letter
{
	font-weight:bold;
	color:#E06000;
}

.answer
{
	margin-bottom:70px;
	color:#60E040;
}

.answer:first-letter
{
	font-weight:bold;
	color:#E06000;
}