body, html, p, a
{
	font-family: "Myriad Pro", "Helvetica", "Arial", sans-serif;
	text-decoration:none;
	background-color:rgb(30,49,102);
}

div, p, a
{
	background-color:white;
}

p
{
	padding:0px;
}

a
{
	color:rgb(30,49,102);
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font-size:1.2em;
	font-weight:normal;
	border-bottom:1px solid rgb(30,49,102);
	margin-top:20px;
}

h2
{
	font-size:1.1em;
	font-weight:normal;
}