body
{
    background-color: black;
    color: red;
}

div.title
{
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

div.quote
{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-style: italic;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

a
{
	color: Yellow;
}

a.menu
{
	cursor: pointer;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
}

#page
{
	position: absolute;
	left: 50%;
	width: 640px;
	margin-top: 50px;
	margin-left: -320px;
    text-align: center
}

#header
{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}

#menu
{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	color: yellow;
	font-size: large;
}

#body
{
	height: 2000px;
	width: 100%;
    text-align: justify
}

#question
{
	height: 150px;
}

#results
{
	height: 150px;
}

#footer
{
	width: 100%
}

#copyright
{
    font-size: small;
    font-weight: normal;
    text-align: center
}

#distribution-list
{
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
}

.list
{
	width: 100%;
	margin-top: 25px;	
}

.list-head
{
	font-weight: bold;
	text-align: center;
}

.list-body
{
	text-align: center;
}