/* Let no border around the body appear, and set it to display on a white background */
body,html {
	margin: 0px;
	padding: 0px;
    color: #ffffff;
	background-color: #2d3a80;
	text-align: center;
	font-size: 12px;
}

/* Font settings for page elements */
body,a,ul,td,th,p,h1 {
	font-family: verdana, arial, helvetica, sans-serif;
    color: #ffffff;
}

/* General header styles */
h1 {
	font-size: 120%;
	font-style: italic;
	line-height: 100%;
	margin: 0px;
	padding: 10px 0px;
}

p {
	margin: 0px;
	padding: 10px 0px;
}

a,a:link,a:active,a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*******************************************************************************
 * Title settings
 */
td.main_title {
	width: 700px;
	text-align: left;
}

td.title {
	line-height: 100%;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	vertical-align: bottom;
	padding-left: 15px;
	width: 100%;
}

/*******************************************************************************
 * Menu settings
 */
td.main_menu {
	width: 700px;
	text-align: center;
	padding: 3px 10px;
	border: solid 1px #ffffff;
}

ul.menu_entry {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.menu_entry {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
}

a.menu_entry,a.menu_entry:link,a.menu_entry:active,a.menu_entry:visited {
	text-decoration: none;
}

a.menu_entry:hover {
	text-decoration: underline;
}

a.menu_entry_selected,a.menu_entry_selected:link,a.menu_entry_selected:active,a.menu_entry_selected:visited {
	text-decoration: underline;
}

a.menu_entry_selected:hover {
	text-decoration: none;
}

/*******************************************************************************
 * Content settings
 */
td.main_content {
	width: 700px;
	text-align: left;
	border: solid 1px #ffffff;
	padding: 3px 10px;
}

td.question {
	height: 80px;
}

td.result {
	padding: 0px 5px;
}

table.result-detail {
	border: solid 1px #ffffff;
}

th.result-detail {
	padding: 0px 5px;
	text-align: center;
	font-weight: bold;
}

td.result-detail {
	padding: 0px 5px;
	text-align: center;
}

ul.rules {
	display: list-item;
	list-style: none;
	margin: 0px;
}

li.rules {
	display: list-item;
	margin: 0px;
}

ul.test {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.test {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
