#container
{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
}

hr { 
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: groove;
	border-width: 1px;
}

table#header
{
	background-color: #ffffff;
	height: 250px;
	width: 100%
}

td#title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: white;
	background-color: #606060;
	text-align: center;
}

td#contact
{
	padding-left: 10px;
	padding-right: 10px;
}

img.logo
{
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	vertical-align: middle;
}

h1
{
	font-size: 24px;
	padding-left: 18px;
	padding-right: 18px;
}

h2
{
	font-size: 18px;
	padding-left: 18px;
	padding-right: 18px;
	font-style: italic;
}

h3
{
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	font-style: italic;
	font-weight: bold;
}

p
{
	padding-left: 20px;
	padding-right: 20px;
}

li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

dl
{
	list-style: circle;
	padding-left: 20px;
}

dt
{
	font-weight: bold;
	margin-top:5px;
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
}

a:link
{
	color:#000080;
}

a:visited
{
	color:#500080;
}

a:hover
{
	color:#0000b0;
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the tab content */
.testtabcontent {
    display: none;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
}

table.cover {
	padding: 6px 12px;
	border: 1px solid #ccc;
	margin-left: 18px;
	margin-right: 18px;
}

th.cover
{
	text-align: left;
	background-color: #101010;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

td.cover
{
	padding-left: 10px;
	padding-right: 10px;
}

tr.cover 
{
	text-align: left;
	border-bottom: 1px solid #ddd;
}

tr.cover:nth-child(even) { background-color: #d0d0d0; }

iframe {
	padding: 0;
	margin: 0;
	width: 998px;
	height: 650px;
	border: none;
	background-color: #ffffff;
}

button.starttest {
	background-color: #555555;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 24px;
	padding: 5px 16px;
	text-align: center;
}
