<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:         willet.css
   Supporting files: h01.htm - h18.htm, hole01.jpg - hole18.jpg, next.jpg, prev.jpg, space.jpg,
-->

/*Willet Golf Course */
body {background-color: white; margin: 0; padding: 0; font-family: sans-serif} 

#head {background-color: rgb(53,43,48);valign: horizontal; text-align: center; margin-bottom: 0px}

#holelist {valign: horizontal; text-align: center;background-color: rgb(53,43,48); margin: 0px; padding: 1px}
#holelist a {display: bold;color: white; padding-bottom: 0px;padding-top: 0px; 
 font-size: 1.25em; padding-left: 5px; padding-right: 5px}
#holelist a:link {text-decoration: none}
#holelist a:hover {background-color: yellow;color: black}
#holelist a:active {text-decoration: none}
#holelist a:visited {text-decoration:none}

#holestats {float:left;background-color: rgb(53,43,48); width: 120px; color: white; font-size: 0.7em;padding-right: 10px; padding-left: 10px; padding-top; 10px;
  padding-bottom: 25px; margin-right: 10px}
strong {color: yellow; font-style: normal}
#holesummary {float: left; margin-left: 10px; margin-right:10px}
span {float: left;padding-right: 2px;color: green; font-size: 300%;font-style: normal;line-height:0.75} 
#flags {valign: horizontal; text-align: center; clear: both}
  img src {float: left; padding-left: 10px; padding-right: 10px}
</head>
</html>


