/* Stylesheet*/

H3 	{
	color: #990000;
	font-weight: bold;
	font-size: 12pt;
	}

body
  {
    padding-left:5%;
    padding-right:5%;
    font-family: 'Comic Sans MS', Arial, sans-serif;
    
    background-image:url('../images/background.gif');
  }

a:link
  {
    color: #000000;
	background-color: inherit
  }

a:visited
  {
    color : #000000;
	background-color: inherit
  }

.contact
  {
    font-size: smaller;
    text-align: center
  }

.navigate
  {
    font-size: smaller;
    text-align: center
  }

.blue
  {
    color: #0066FF;
	background-color: inherit
  }

.note
  {
    font-size: smaller;
    text-align: center
  }

.top
  {
    font-size: smaller;
    text-align: right
  }

.update
  {
    text-align:center;
    color: #0066FF;
    white-space:nowrap;
	background-color: inherit
  }

.rules
  {
    font-size: smaller
  }

.months
  {
    text-align: center;
    color: #0066FF;
    background-color: inherit
  }
  
.visitors
 {
  font-size: smaller
 }

.heading
 {
    font-family:'Arial','Helvetical', sans-serif;
    color: #000099;
    font-weight: bold;
    background-color: inherit;
 }

.input
 {
  width:90%;
  font-family:verdana, arial, sans serif;
  color:#666666;
  background:#eeeeee;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  padding:2px;
 }
	
.button
 {
  font-family:verdana, arial, sans serif;
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  background:#000099;
  border-top:1px solid #000066;
  border-left:1px solid #0066FF;
  border-right:1px solid #000066;
  border-bottom:1px solid #0066FF;
 }

td.example
 {
  width:20%;
  font-size:smaller;
  text-align:right
 }
 
 th.rows
  {
   text-align:left;
  }

 th.form_rows
  {
   text-align:right;
   font-weight:bold;
   vertical-align:top;
  }
  
.welcome
   {
    background:#ffffcc
   }
.intro
   {
     background:#ccffff
   }
.read
   {
    background:#ccffcc
   }
.tea
   {
    background:#ffcc99
   }