﻿		html
        {
            background-color: #0869CE;
        }
        body 
		{
			font-family: Trebuchet MS;
		}
		hr
		{
			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-family: Trebuchet MS;
			font-size: 30px;
        }