﻿body
	{
    font-family: Arial, Helvetica, sans-serif;
    background: #333366;
    color:white;
    }
    
    h1
    {
	font-size: 1.5em;
    }

#content
	{
    width: 450px;
     margin-left:auto;
     margin-right:auto;
    background: silver;
    border: thin solid black;
    color: white; 
    }
        
    label
    {
    color: white; 
    display: block;
    width: 6em;
    text-align: right;
    padding-right: 1em;
    float: left;
    }
    
 input
	{
    display: block;
    float: left;
    text-align:right;
    }
    
#content br
	{
    clear: left;
    }

