<html>
<head>
<!-- 
   New Perspectives on HTML and XHTML
   Tutorial 7
   Review Assignment

   Willet Golf course
   Author: Angel M
   Date:   8/03/06
   Course: Cis- 461 Summer 06
   Filename:         handheld.css
   Supporting files: h01.htm - h18.htm, hole01.jpg - hole18.jpg, next.jpg, prev.jpg, space.jpg,willet.css
-->

/*Willet Golf Course */
body {font-size: 8pt; font-family: sans-serif} 
#head, #holelist {display:none}
#holestats{float: left; margin-right: 10px}
#holesummary {float: left}
span {float: left; text-style: normal; font-size: 300%; font-color: green;line-height: 0.7}
#flags {align: center; text-align: center; clear: both}
   img src {border-width: opx; padding-top: o; padding-bottom: 0; padding-left: 10px; padding-right: 10px}
</head>
</html>


