/*
   New Perspectives on JavaScript
   Tutorial 3
   Tutorial Case
   Filename: ccc.css

   This file contains styles used in the ccc.htm file
*/

body {margin: 0px; background: white url(back.jpg) repeat-y scroll 725px 0px}
#head {width: 700px; height: 150px; padding: 5px}

#links {clear: right; width: 700px; padding: 0px}
#links table {width: 700px; font-family: Arial, Helvetica, sans-serif;
              font-size: 8pt; margin: 0px}
#links table td {text-align: center; background-color: white;
                 border: 1px solid black; letter-spacing: 5; padding: 2px}
#links table a {text-decoration: none; color: orange; width: 100%}
#links table a:hover {color: white; background-color: orange}

#main {width: 700px; font-family: Arial, Helvetica, sans-serif; padding: 10px}
#main p {text-align: justify; font-size: 9pt}
#firstp:first-line {font-variant: small-caps}
#main img {float: right; margin: 0px 0px 10px 10px}

#main p span {color: orange}

address {width: 700px; font-size: 8pt; font-style: normal; color: orange;
         font-family: Arial, Helvetica, sans-serif; text-align: center;
         border-top: 1px solid orange; padding-bottom: 10px}
