@import url(format_images.css);
@import url(format_links.css);

html {
    margin: 0%;
    padding: 0%;
    font-size:12pt;
    }

body {
    padding-left:10%;
    padding-right:10%;
    margin:auto;
    margin-top: 0%;
    min-width:800px;
    max-width:1000px;
    background-color:#ffffff;
    color:#000000;
    font-family:serif;
    }

/*common big blue headings*/
h1 {
    background-color:#ffffff;
    color:#0000ff;
    text-decoration:none;
    font-family:serif;
    font-size:30pt;
    padding-top:5pt;
    padding-left:0pt;
    }

/*Format the main "p" element in every "body"*/
p.bodybox {
    background-color:#ffffff;
    color:#000000;
    font-family:serif;
    font-size:12pt;
    text-align:justify;
    }

/*how to format the blue lines*/
hr {
    width:100%;
    height:3px;
    background-color:#0000ff;
    color:#0000ff;
    border:none;
    }

