
a, a:visited {
	background-color: transparent;
	color: #0015A8;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #d91a04;
	text-decoration: none;
}

body { 
	background-color: #0b0b63; 
	}
	
/* Header */
div#header h1 {
	font-family: times new roman, verdana, serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
}

/* Title */
h1.title {
	text-align: center;
	font-family: times new roman, verdana, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

/* Subitles */
h2.subtitle {
	font-family: times new roman, verdana, serif;
	text-align: center;
	font-size: 1.0em;
	display: block;
	margin: auto;
}

h3.subtitle {
	font-family: times new roman, verdana, serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	margin: auto;
}

/* main: Main Text */
.main {
 font-family: tahoma, arial, helvetica, sans-serif;
 font-size: 0.7em;
 text-decoration: none;
 text-align: left;
 vertical-align: top;
}

/*Body Text */
body {
 font-family: tahoma, arial, helvetica, sans-serif;
 font-size: 0.7em;
 text-decoration: none;
 text-align: left;
 vertical-align: top;
}
