/* Default style sheet */

a:link    { color: #0033FF ; }
a:visited { color: #CC0066 ; } 
a:active  { color: #009900 ; }

body
  { color: #000000 ; 
    background-color: #FFFFFF; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
    margin-right: 5%;
    margin-left: 5%; 
    font-size: 90% ; }

/* headings in dark blue */
h1,h2,h3,h4,h5
  { font-family: Georgia, Times New Roman, Times, serif ;
    color: #003399 ; margin-bottom: 0em;}

/* paragraph text and lists in black */
p,ul,nl
  { font-family: Calibri, Arial, Helvetica, sans-serif ;
    color: #000000 ; }

pre 
{ color: #008080 ; margin-left: 5% ;}

table 
  { font-family: Calibri, Arial, Helvetica, sans-serif ;
    font-size: 100% ;
    border-width: 2px ;
    border-color: white ; }

td { font-family: Calibri, Arial, Helvetica, sans-serif ;
     font-size: 100% ; text-align: center;}

th { font-family: Calibri, Arial, Helvetica, sans-serif ;
     font-size: 100% ; background: rgb(204,204,153); }

tt { font-size: 100% ; }

strong { font-weight: bold ; }
em     { font-style: italic ; }

div.box
  { border: solid ; 
    border-width: thin ; 
    width: 100% ; 
    padding: 0.2em ; }

.centre {text-align: center ;} /* to centre anything */

