body   {
   /*
   background-image: url(../images/bg/marb18a.jpg);
   background-image: url(../images/bg/48350f2a229a2ss.gif);
   background-image: url(../images/bg/eosgameplan5b.gif);
   background-image: url(../images/bg/white.rough-fabric-seamless-pattern.jpg);
   background-image: url(../images/bg/background_body.jpg);
   background-image: url(../images/bg/pjk_back13.gif);
   */
    background-image: url(../images/bg/eosweav5c.jpg);
    background-color: #FFFFFF;
    background-attachment: fixed;


	//text-align: center;
   }

/* Pseudo-classes
Alternatives -
:link,    :link:focus,    :link:active,    :link:hover
:visited, :visited:focus, :visited:active, :visited:hover
Note that the Pseudo-classes must be in order:  link, visited, hover, active
*/
a:link    {
   text-decoration:none;
   color:blue;
   }
a:visited {
   text-decoration:none;
   color:blue;
   }
A:hover   {
   color: #FFFF33;
   font-weight: bold;
   background-color: #990000;
   }
A:hover img   {
   color: #FFFF33;
   background-color: #FFFFCC;
   }
a:active   {
	color: #FFFF33;
	font-weight: bold;
	background-color: #990000;
	text-align: left;
   }
ul li a {
}


zzzA.bunny:hover   {
   /* bunny is an id for an image - <img SRC='../images/bunny.gif' id='bunny' ...> */
   /* A.bunny:hover is not needed because of A:hover img */
   color: #FFFF33;
   background-color: #FFFFCC;
   }


#Clock {
   POSITION: static;
   Z-INDEX: 2;
   }
.button100 {
   width: 100%;
   }
h3   {
   font-weight: bold;
   font-family: sans-serif;
   color: #996666;
   background-color: #FFCC99;
   }
.heading1 {
   font-size: medium;
   font-weight: bold;
   }
.heading2 {
   font-size: large;
   font-weight: bold;
   }
.black {
   color: #000000;
   }
.blue {
   color: #0000FF
   }
.bold {
   font-weight: bold
   }
.bold-black {
   color: #000000;
   font-weight: bold;
   }
.bold-green {
   color: #009900;
   font-weight: bold;
   }
.bold-large-italic {
   font-size: large;
   font-style: italic;
   font-weight: bold;
   }
.bold-red {
   color: #990000;
   font-weight: bold;
   }
.bold-red-medium {
   color: #990000; font-weight: bold; font-size: medium;
   }
.bold-small {
   font-size: small;
   font-weight: bold;
   }
.bold-xlarge {
   font-size: x-large;
   font-weight: bold;
   }
.bold-large {
   font-size: large;
   font-weight: bold;
   }
.bold-xlarge-red {
   font-size: x-large;
   font-weight: bold;
   color: #990000;
   }
.large {
   font-size: large
   }
.large-red {
   font-size: large;
   color: #990000;
   }
.medium {
   font-size: medium
   }
.medium-red {
   color: #990000;
   font-size: medium;
   }
.navy {
   color: navy
   }
.red {
   color: #990000
   }
.small {
   font-size: small
   }
.smaller1 {
   font-size: smaller;
   }
.weekend {
	color: #999999;
	text-align: center;
   }
.xsmall {
   font-size: x-small
   }
.xxsmall {
   font-size: xx-small
   }
.holiday {
   background-color: #FF99FF;
}


.submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
  }
  
  
  
