a:hover  {color:blue; }
.width100 {
  width: 100%;
}
form{
	margin:0;
	display: inline;
	padding:2px 0 0 0;
}
p{
	margin:0;
	padding:0;
}
.grade {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(wheat) );
   background: -moz-linear-gradient(-90deg, white, wheat);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white', endColorstr='wheat');
}
bodym {
  width: 100%;
}
bodym h3 {
  padding: 5px 0 5px 0;
  text-align: left;
  color: ;
  font-size: 15px;
   margin: 5;
   background: khaki;  border: 1px ghostwhite solid;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
     -o-border-radius: 6px;
        border-radius: 6px;
}
bodyh {
  width: 100%;
}
bodyh h3 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: ;
   margin: 5;
	 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(wheat));
   background: linear-gradient(#fff, wheat);
  border: 1px ghostwhite solid;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
     -o-border-radius: 6px;
        border-radius: 6px;
}
input[type=text] ,input[type=txt],input[type=password] ,textarea ,select{
  border-radius: 5px;
 border-color:ghostwhite;
}
 .button.color{
  color: blue;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.button.green{
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(lightcoral) );
   background: -moz-linear-gradient(-90deg, white, lightcoral);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white', endColorstr='lightcoral');
  border: 2px solid lightcoral;	
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  height: 25px;
 box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
}
.button.green:hover {
  /* ”½“] */
	 background: -webkit-gradient(linear, left top, left bottom, from(lightcoral), to(#fff));
   background: linear-gradient( lightcoral,#fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='lightcoral', endColorstr='white');
}
.button.green:active{
  background: lightcoral;
}
.button.menu{
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(paleturquoise) );
   background: -moz-linear-gradient(-90deg, white, paleturquoise);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white', endColorstr='paleturquoise');
  border: 2px solid paleturquoise;	
  border-radius: 5px;
  font-size: 15px;
  height: 22px;
   margin: 3px;
 box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.9) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
}
.button.menu:hover {
  /* ”½“] */
	 background: -webkit-gradient(linear, left top, left bottom, from(paleturquoise), to(#fff));
   background: linear-gradient( paleturquoise,#fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='paleturquoise', endColorstr='white');
}
.button.menu:active{
  background: paleturquoise;
}
