title{
	color: white;
}

img{
	float: right;
	height: 50px;
	width: 50px;
}


input.MyButton {
width: 150px;
padding: 10px;
font-weight: bold;
font-size: 20px;
background: light-blue;
color: red;
border: 1px solid #999999;
border-radius: 10px;
box-shaddow: 6px 6px 5px; yellow;
}
input.MyButton:hover{
color: blue;
}
h1{
	color: black;
}
h2{
	font-family: cursive;
	border:1px dashed #0000FF;
	color: black;
}
ul {
	height: 100px;
	width: 1800px;
	border: 4px solid #0000FF;
	border-radius: 5px;
	background-color: #6666FF;
	margin: 20px 50px 10px 5px;
	padding: 40px;
	margin-top: -20px 
	color: white;
}

.header {
color: #0000FF
margin: 10px;
border-bottom-style: double;
border-bottom-color: #6666FF;
border-bottom-width: 15px;
text-align: center;
}
span{
	font-family: bold;
}
#indexpage
{
  display: block;
  width: 107px;
  height: 23px;
  background: url("emailUs.gif") no-repeat 0 0;

}

#indexpage:hover
{ 
  background-position: 0 -23px;
}

#indexpage span
{
  position: absolute;
  top: -999em;
}
