/*
 style.css
 (c) 27/11/2016 nigel
No copying or use of this code without the author's permission.
*/
/* 
    Created on : 27/11/2016, 6:40:36 AM
    Author     : nigel
*/

body {
    margin-top: 3ex ;
    margin-bottom: 3ex;
}

div, h1, p, form {
    max-width : 45em; 
    margin: 0 auto ;
}
h1 {
    text-align: center ;
}
p {
    margin-top: 1ex ;
}
