/**********************************

Use: Main Screen Import
Author: James Lindsay

***********************************/

@import "pure.css";

/* Client specific  */
@import "client.css";
@import "nav.css";
@import "marginform.css";

@media print 
{
    body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
    
    a {
    text-decoration : underline;
    color : #0000ff;
    }

    #content {
        margin:0;
        padding:0 10 0 10;
        width: 700px;
    }

    #header, #navigation, #footer {
    display : none;
    }
}


