body {background-color: #ffe;
    font-family: 'verdana' 'tahoma' 'arial' 'helvetica' sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
    margin-top: 10px;
	width:1000px;
    }
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  border-style:inset;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  border-style:outset;
}
.btn2 {
  background: blue;
  background-image: -webkit-linear-gradient(top, blue, #99F);
  background-image: -moz-linear-gradient(top, blue, #99F);
  background-image: -ms-linear-gradient(top, blue, #99F);
  background-image: -o-linear-gradient(top, blue, #99F);
  background-image: linear-gradient(to bottom, blue, #99F);
  -webkit-border-radius: 1000;
  -moz-border-radius: 1000;
  border-radius: 1000px;
  font-family: Comic Sans MS;
  color: #ffffff;
  font-size:20px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  border-style:inset;
}
.btn2:hover {
  background: #99F;
  background-image: -webkit-linear-gradient(top, #99F, blue);
  background-image: -moz-linear-gradient(top, #99F, blue);
  background-image: -ms-linear-gradient(top, #99F, blue);
  background-image: -o-linear-gradient(top, #99F, blue);
  background-image: linear-gradient(to bottom, #99F, blue);
  text-decoration: none;
  border-style:outset;
}	

UL {/*display:inline;
        list-style-position:outside;
        list-style-type:disc;
        margin-left:5%;*/
        }
LI {/*list-style-position:outside;
        list-style-type:disc;
        margin-left:5%;*/
        }
.diagram1 td {
		}

p {
}

.footer {border-top: solid black 2px; font-size:smaller;
		}
form input { background-color:#efe ; color: black; font-weight:bold;
		}
form textarea { background-color:#efe ; color: black; font-weight:bold;
		}	
textarea { background-color:#efe ; color: black; font-weight:bold;
		}				
.SubmitButton {background-color:#000; color:#fff; font-weight:bold; float:right; 
		}
.SubmitButton2 {background-color:#000; color:#fff; font-weight:bold; text-align:center; 
		}

A:link { COLOR: blue; TEXT-DECORATION: underline; font-weight: normal ;}
A:visited { COLOR: blue; TEXT-DECORATION: underline; font-weight: normal; }
A:active { COLOR: red; TEXT-DECORATION: underline; font-weight: normal ;}
A:hover { COLOR: red; TEXT-DECORATION: underline; font-weight: normal ;}



