.text { border:0;text-align:center;width:100% ; font-size:200%;}
body
{
	color: white;
	background: #00093a;
	margin: 5% 5% 5% 5%;
}
h1
{
	color: white;
	font-family: Arial, Verdana, sans-serif;
	background-color: transparent;
	text-align: center;
}
h2
{
	color: white;
	font-family: Arial, Verdana, sans-serif;
	background-color: transparent;
	text-align: center;
}
h3
{
	color: white;
	font-family: Arial, Verdana, sans-serif;
	background-color: transparent;
	text-align: center;
}
table
{
	border: none;
}
td
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}
td.border
{
}
td.center
{
	width:100%;
}
A:link      { text-decoration: underline; color: white}
A:active    { text-decoration: underline; color: white}
A:visited   { text-decoration: underline; color: silver}
A:hover     { text-decoration: underline; color: white}
@media projection{
	h1{
		page-break-before : always;
		font-size:250%;
		margin-top: 15%;
	}
	h2.subtitle{
		font-family: Arial, Verdana, sans-serif;
		margin-top: 15%;
	}
	h3.subtitle{
		font-family: Arial, Verdana, sans-serif;
		margin-top: 15%;
	}
	ul{
		font-family: Arial, Verdana, sans-serif;
		
	}
}

