/*
====================================
Cascading Stylesheet File
Written by _<Your Name>_ on _<Date>_
====================================
*/



/* Selectors and Formatting Directives go here */
html
{
    background-color: grey;
    height:100%;
}

body
{
    background-color: white;
    max-width:900px;
    margin:50px;
    border-style: solid;
    border-width: 1px;
    padding:50px;
}