body
{
	background-color: LightSlateGrey; 
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: black;
}

h1, h2
{
	font-weight: bold;
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	color: Black;
}

h1
{
	font-size: 200%;
}

a:link
{
	text-decoration: underline;
	color: #466498; 
}

a:visited
{
	text-decoration: underline;
	color: #466498;
}

a:hover
{
	text-decoration: underline;
}
.button {
   border: 4px solid #000000;
   background: #46a4e3;
   background: -webkit-gradient(linear, left top, left bottom, from(#024775), to(#46a4e3));
   background: -webkit-linear-gradient(top, #024775, #46a4e3);
   background: -moz-linear-gradient(top, #024775, #46a4e3);
   background: -ms-linear-gradient(top, #024775, #46a4e3);
   background: -o-linear-gradient(top, #024775, #46a4e3);
   background-image: -ms-linear-gradient(top, #024775 0%, #46a4e3 100%);
   padding: 10px 20px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #707070 0 1px 0;
   color: #000000;
   font-size: 24px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 4px solid #870000;
   text-shadow: #170000 0 1px 0;
   background: #ff8282;
   background: -webkit-gradient(linear, left top, left bottom, from(#420000), to(#ff8282));
   background: -webkit-linear-gradient(top, #420000, #ff8282);
   background: -moz-linear-gradient(top, #420000, #ff8282);
   background: -ms-linear-gradient(top, #420000, #ff8282);
   background: -o-linear-gradient(top, #420000, #ff8282);
   background-image: -ms-linear-gradient(top, #420000 0%, #ff8282 100%);
   color: #e60000;
   }
.button:active {
   text-shadow: #571e1e 0 1px 0;
   border: 4px solid #9c5600;
   background: #9c3e00;
   background: -webkit-gradient(linear, left top, left bottom, from(#4a2300), to(#ff8282));
   background: -webkit-linear-gradient(top, #4a2300, #9c3e00);
   background: -moz-linear-gradient(top, #4a2300, #9c3e00);
   background: -ms-linear-gradient(top, #4a2300, #9c3e00);
   background: -o-linear-gradient(top, #4a2300, #9c3e00);
   background-image: -ms-linear-gradient(top, #4a2300 0%, #9c3e00 100%);
   color: #ad8200;
   }
/*img
{
	float: right;
}*/