H1 { 
font-size: 42px; 
color: black; 
font-family: verdana, arial, sans-serif;
}

H2 { 
font-size: 36px; 
color: black; 
font-family: verdana, arial, sans-serif;
}

H3 { 
font-size: 24px; 
color: black; 
font-family: verdana, arial, sans-serif;
}

H4 { 
font-size: 18px; 
color: black; 
font-family: verdana, arial, sans-serif;
}

P { 
font-size: 12px; 
font-family: Verdana, Arial, sans-serif;
}

body { font-size: 12px;
 color: black; 
font-family: Verdana, Arial, sans-serif;}


body
{ 
background-image: 
url('images/checkers.gif');
background-repeat: repeat-y
}
</style>


.Button {
display: inline-block;
border: 0px solid #ffffff;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 28px Trebuchet MS;
font-weight: bold;
padding: 10px 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow:0px 0px 0px #444444;
-moz-box-shadow: 0px 0px 0px 0px #7d7d7d;
-webkit-box-shadow: 0px 0px 0px 0px #7d7d7d;
box-shadow: 0px 0px 0px 0px #7d7d7d;
color: #ffffff;
background: #e9702a;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e9702a), to(#ff9900));
background-image: -moz-linear-gradient(top,  #e9702a,  #ff9900);
background-image:     -ms-linear-gradient(top, #e9702a,  #ff9900);
background-image:      -o-linear-gradient(top, #e9702a,  #ff9900);
background-image:         linear-gradient(top, #e9702a,  #ff9900);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#e9702a', endColorstr='#ff9900');
}
.Button:hover {
background: #e9702a;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#e9702a));
background-image: -moz-linear-gradient(top,  #ff9900,  #e9702a);
background-image:     -ms-linear-gradient(top, #ff9900,  #e9702a);
background-image:      -o-linear-gradient(top, #ff9900,  #e9702a);
background-image:         linear-gradient(top, #ff9900,  #e9702a);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#e9702a');
text-decoration: none;
color: #ffffff;
}
.Button:active {
color: #ffffff;
position: relative;
top: 1px;
}


.Button2 {
display: inline-block;
border: 0px solid #ffffff;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 18px Trebuchet MS;
font-weight: bold;
padding: 10px 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow:0px 0px 0px #969696;
-moz-box-shadow: 0px 0px 0px 0px #444444;
-webkit-box-shadow: 0px 0px 0px 0px #444444;
box-shadow: 0px 0px 0px 0px #444444;
color: #ffffff;
background: #b50ce9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#b50ce9), to(#ff59e3));
background-image: -moz-linear-gradient(top,  #b50ce9,  #ff59e3);
background-image:     -ms-linear-gradient(top, #b50ce9,  #ff59e3);
background-image:      -o-linear-gradient(top, #b50ce9,  #ff59e3);
background-image:         linear-gradient(top, #b50ce9,  #ff59e3);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#b50ce9', endColorstr='#ff59e3');
}
.Button2:hover {
background: #b50ce9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff59e3), to(#b50ce9));
background-image: -moz-linear-gradient(top,  #ff59e3,  #b50ce9);
background-image:     -ms-linear-gradient(top, #ff59e3,  #b50ce9);
background-image:      -o-linear-gradient(top, #ff59e3,  #b50ce9);
background-image:         linear-gradient(top, #ff59e3,  #b50ce9);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#ff59e3', endColorstr='#b50ce9');
text-decoration: none;
color: #ffffff;
}
.Button2:active {
color: #ffffff;
position: relative;
top: 1px;
}


ul { font-size: 12px;
 color: black; 
font-family: Verdana, Arial, sans-serif;}


.small {font-size: 9px;
font-family: Verdana, Arial, sans-serif;}

.largeserif14 {font-size: 14px;
font-family: Georgia, Times, serif;
}

.largeserif16 {font-size: 16px;
font-family: Georgia, Times, serif;
}


.box {
       border: 1px none #000000;
       background-color: #FFFF00;
       }
	   
.lavenderbox {
border: 1px none #000000;
background-color: #CC99FF;
       }
	
.lavenderboxsmall {
font-size: 9px;
border: 1px none #000000;
background-color: #CC99FF;
       }
	      

.whitebox {
       border: 1px none #000000;
       background-color: #FFFFff;
       }
