@charset "UTF-8";
/* CSS Document */
.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #fc0000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:220px;
}

.btn:hover {
  background: #f56262;
  text-decoration: none;
}
.btn2 {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #000000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:220px;
}

.btn2:hover {
  background: #cccccc;
  text-decoration: none;
}
.btn3 {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #659A00;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:220px;
}

.btn3:hover {
  background: #CCCC00;
  text-decoration: none;
}
ul{
	list-style:none;
}
li{
	display:inline-block;
}
	