﻿html
    {
        background-color: #0869CE;
    }
.content
	{
		margin: auto;
        width: 800px;
        background-color: white;
        padding: 10px;
        font-family: Trebuchet MS;
    }
h1
    {
        border-bottom: solid 1px #0869CE;
        font-family: Trebuchet MS;
    }
    
h2
	{
		font-size: 36pt;
		font-family: Trebuchet MS;
	}    
