body         { background-image: url('ship.jpg'); background-repeat: repeat; 
               background-attachment: scroll; font-family: arial; 
               background-position: 0% }


h1 { font-family: "Arial" bold 30px; 
color:blue; text-align:center;
}
h2 { font-family: "Arial" bold 20px; 
color:red; text-align:center;
}
p { font-size: 12pt; font-weight: bold; color:blue;
font-family: Arial, sans-serif }

 table {text-align:center; font-size: 12pt; 
font-weight: bold; color:blue;
font-family: Arial, sans-serif;
border-style: none;
} 
td { border-style: none;
} 

a:link { color: red; font-weight: bold; font-family: Arial, sans-serif }
a:visited { color: #990000; font-weight: bold; font-family: Arial, sans-serif }
a:active { color: #0000ff; font-weight: bold; font-family: Arial, sans-serif }



/* We can make a box with a fancy border. */
#parared {
border-style:ridge; 
border-color:"#cc0000";
}

