body, a, p, td, th, ul, ol, dl, h1, h2, h3, h4, h5, h6, li {
	font-family: "Comic Sans MS",arial, geneva, helvetica;
}

body, th, td{
	color: #00007F;
}

body {
	background-color: #FFED93;
}

a {
	text-decoration: underline;
}
a:link    {
	color: #2000ED;
}
a:visited {
	color: #1900BD;
}
a:active  {
	color: #8B00EE;
}
a:hover   {
	color: #8B00EE;
	text-decoration: underline;
}

ul,ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.title {
	font-weight: bold;
	font-size: large;

}

.subtitle {
	font-weight: bold;
	font-size: medium;
}

. navigation {
}

table {
	background-color: #FFED93;
	border-style: solid;
	border-width: thin;
	border-color: #00007F;
}

thead {
	background-color: #F6C208;
}

tbody {
}

tfoot {
}

th {
	border-style: solid;
	border-width: thin;
	border-color: #00007F;
}

tr {
	border-style: solid;
	border-width: thin;
	border-color: #00007F;
}

td {
	border-style: solid;
	border-width: thin;
	border-color: #00007F;
}
