body {
		color: #144a79;
		font-family: Helvetica, sans-serif;
	 }

h1	{
		text-align: center;
	}

h2	{
		color: black;
		font-size: 18px;
	}
	
div	{
		text-align: center;
		font-size: small;
	}
	
a	{
		color: #144a79;
		font-family: Helvetica, sans-serif;
		text-decoration: none;
	}
	
a:hover {
			text-decoration: underline;
		}
		
.blue	{
			background: #144a79;
			color: #144a79;
		}

