/* CSS Document     *//* solid_public.css *//* h3 tag - used for the heading of every page */h3{color: black;font-family: serif;font-size: x-large;font-weight: bold;}/* h4 tag - used for the heading of lists */h4{color: blue;font-family: sans-serif;font-size: medium;font-weight: bold;}/* h4 tag - used for the heading of lists */h5{color: black;font-family: sans-serif;font-size: medium;font-weight: bold;}/* body tag - used for the main section of the page */body{/* background image */background: white url("./images/spine.gif") repeat-y;}/* p tag - used for the main descriptions */p{color: black;font-family: serif;font-size: medium;}/* p with list tag - used for pages with lists */p.list{color: black;font-family: serif;font-size: small;}/* position of the philippine map */img.philippines{position: absolute;top: 10px;left: 10px;}/* position of the title header */img.title_header{vertical-align: top;}/* position of the HOME image*/img.home{position: absolute;top: 275px;left: 20px;}/* position of the SHIP image*/img.ship{position: absolute;top: 305px;left: 20px;}/* position of the SCHEDULE image*/img.schedule{position: absolute;top: 335px;left: 20px;}/* position of the RATES image*/img.rates{position: absolute;top: 365px;left: 20px;}/* position of the FACILITIES image*/img.facilities{position: absolute;top: 395px;px;left: 20px;}/* position of the VESSELS image*/img.vessels{position: absolute;top: 425px;left: 20px;}/* position of the CLAIMS image*/img.claims{position: absolute;top: 455px;left: 20px;}/* position of the CONTACT image*/img.contact{position: absolute;top: 485px;left: 20px;}/* table for header */table.head{position: absolute;top: 10px;text-align: center;margin-left: 150px;width: 80%;}/* table for body */table.body{position: absolute;top: 280px;margin-left: 150px;text-align: center;width: 80%;}/* table for body */table.bodylist{position: absolute;top: 280px;margin-left: 160px;text-align: left;width: 75%;}/* position for jump form */form.jump{position: absolute;top: 190px;left: 15px;}