body {
	font-family:trebuchet ms;
	background-color:#003153;
}

h1 {
	color:#ffdd00;
	text-align:center;
	font-size: 22pt;
	margin-top:1cm;
}

h2 {
	color:#ffdd00;
	text-align:center;
	font-size:16pt;
}

TH {
	text-align:center;
	font-size:9pt;
	color:#ff0000;
	background-color:#ffdd00
}

TD {
	text-align:justify;
	font-size:11pt;
}

ul,ol,li {
	font-size:10pt;
}

blockquote {
	font-style:italic;
	font-size:10pt;
	margin-left:30px;
	margin-right:30px;
	text-align: justify;
}

img {
	outline:solid;
	outline-width: 0px;
	outline-color: white;
	border:none;
}

.small {
	font-size:10pt;
	width:500px;
}

.tourist {
	color:#999999;
	font-style:italic;
}

.footer {
	text-align:center;
	color:#ffdd00;
	font-size:9pt;
}

a:visited {
	text-decoration: none;
	color: #E60005;
}

a:link	{
	text-decoration: none;
	color: #E60005;
}

a:hover	 {
	color: #b30002;
	border-bottom: none;
}