/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 21, 2013, 12:15:15 PM
    Author     : User
*/

*{

    padding: 0px;
    
    
}


body{
    padding-top: 10%;
    background-color: lightgrey;
    width: 80%;
    max-width: 960px;
    min-width: 600px;
    margin: 0 auto;
    font-family: sans-serif;
    
}
h1{font-size: large;
    
}
