/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 12
   Tutorial Case
   Filename: styles1.css

   This file contains styles used in the ws.htm file.

*/

body {background: rgb(242,245,254) url(back1.jpg) no-repeat scroll top right; margin: 0px}
img {border-width: 0px}

#title {text-align: center; margin-bottom: 0px}
#main {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: rgb(153,153,255);
       letter-spacing: 2}
 
#firstp {margin-top: 5px}  
#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}

#links {float: left; border-right: 1px solid rgb(0, 49, 163); margin-right: 5px; width: 200px}
#links a {display: block; width: 200px}
#links a img {width: 200px}