
body { background-color: beige; }

a.button:hover  { color: white;
           font-weight: bold;
		   font-size: 12;
         }

a.button        { color: #006510;
           font-weight: bold;
           font-size: 12;
         }
         
a.Bbutton:hover  { color: white;
           font-weight: bold;
		   font-size: 18;
         }

a.Bbutton        { color: #006510;
           font-weight: bold;
           font-size: 18;
         }        
         
         
         

.banner { color: seagreen;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-size: 42;
		  font-weight: bold;

		}

.banner1 { color: seagreen;
          font-family: Times;
          font-size: 24;
		  font-weight: bold;
		  font-style: italic;

		}
.banner2 { color: seagreen;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-size: 16;
		  font-weight: bold;

		}
.bodytext { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 12;

		}

.bodytext2 { color: black;
          font-family: Times;
          font-size: 14;

		}

.tinyprint { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 10;

		}

.flash { color: red;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-weight: bold;
          font-size: 18;

		}
.flashint { color: red;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-weight: bold;
          font-size: 24;

		}
.huge { color: red;
          font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
          font-weight: bold;
          font-size: 64;

		}

h1 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 16;
          font-weight: bold;
		}

h2 { color: black;
          font-family: "Verdana, Geneva, Arial, Helvetica";
          font-size: 14;

		}

.wrapper {
		border-width: 2px;
		border-style: solid;
		border-color: #000000;
		background-color: #eeeeee;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		}

.Bwrapper {
		border-width: 2px;
		border-style: solid;
		border-color: #006510;
		background-color: #B0E2B0;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 3px;
		padding-right: 3px;
		}

.tdspacer {
              
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 5px;
         }
