/*
   New Perspectives on JavaScript
   Tutorial 10
   Case Problem 1
   Filename: styles.css

   This file contains styles used in the french5.htm file

*/

body {margin: 0px}
table {width: 100%; background-color: rgb(155,102,102); color: white; font-size: 11pt;
       font-family: Arial, Helvetica, sans-serif}
td {padding: 5px}
td.right {text-align: right}
h1, h2 {font-family: Arial, Helvetica, sans-serif; padding: 0px 10px}
p {padding: 0px 10px; margin: 2px}
.pnum {margin-right: 5px; text-align: right; width: 30px; border: 1px solid rgb(155,102,102); 
       padding-right: 2px;
       color: white; background-color: rgb(155,102,102)}
.phrase {font-style: italic; cursor: pointer}
h1 {font-size: 14pt; margin: 20px 0px 5px 0px}
h2 {font-size: 10pt; font-weight: normal; margin: 5px}