/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 12
   Review Assignment
   Filename: plays.css

   This file contains styles used in the tempest.htm file.

*/

body {background-color: rgb(231,246, 231)}
#Caliban {float: right}
#MenuTitle {float:left; width:60px}
#ThePlay {position:absolute; top:71px; left:50px}
#Dramatis {position:absolute; top:155px; left:50px}
   
.Menu {border: 2px solid red; background-color: rgb(237,210,199); padding: 5px; 
        width: 100px; font-family:Arial, Helvetica, sans-serif; font-size:8pt;
        z-index: 3}
.Menu a {color:rgb(64,133,61); text-decoration:none; display: block; width: 100%}
.Menu a:hover {color: white; background-color: rgb(64,133,61)}
   
#main {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: rgb(64, 133,61);
       letter-spacing: 2; width: 650px; position: absolute; top: 80px; left: 70px;
       z-index: 1}

#linklist {width: 700px; text-align: center; border-bottom: 2px solid rgb(64, 133, 61)}
#linklist a {text-decoration: none}

img {border-width: 0px}
#title {z-index: 1; margin-bottom: 0px}
#falstaff {float: left; margin-right: 5px}
#firstp {margin-top: 3px}  
#firstp:first-line {font-variant: small-caps}
#firstp:first-letter {float:left; font-size: 400%; line-height: 0.8; font-family: Times New Roman, serif}