body{
	background:#ed1b24
	font-family:"Arial", sans-serif;
	font-size:14px;
	color:#fff;
}
#container{
	width:1000px;
	margin:auto;
	overflow:auto;
	background:#ed1b24;
	padding:15px;
        height: 500px;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
img.banner {
display: block;
margin-left: auto;
margin-right: auto }
p{
    white-space: pre-wrap;
}

.btn {
  background: #ed1b24;
  background-image: -webkit-linear-gradient(top, #ed1b24, #8c262b);
  background-image: -moz-linear-gradient(top, #ed1b24, #8c262b);
  background-image: -ms-linear-gradient(top, #ed1b24, #8c262b);
  background-image: -o-linear-gradient(top, #ed1b24, #8c262b);
  background-image: linear-gradient(to bottom, #ed1b24, #8c262b);
  -webkit-border-radius: 100;
  -moz-border-radius: 100;
  border-radius: 100px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 20px;
}

.btnLft {
  background: #ed1b24;
  background-image: -webkit-linear-gradient(top, #ed1b24, #8c262b);
  background-image: -moz-linear-gradient(top, #ed1b24, #8c262b);
  background-image: -ms-linear-gradient(top, #ed1b24, #8c262b);
  background-image: -o-linear-gradient(top, #ed1b24, #8c262b);
  background-image: linear-gradient(to bottom, #ed1b24, #8c262b);
  -webkit-border-radius: 100;
  -moz-border-radius: 100;
  border-radius: 100px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-left: 80px;
}

.btn:hover {
  background: #ed1b24;
  background-image: -webkit-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: -moz-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: -ms-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: -o-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: linear-gradient(to bottom, #ed1b24, #ed1b24);
  text-decoration: none;
}

.btnLft:hover {
  background: #ed1b24;
  background-image: -webkit-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: -moz-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: -ms-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: -o-linear-gradient(top, #ed1b24, #ed1b24);
  background-image: linear-gradient(to bottom, #ed1b24, #ed1b24);
  text-decoration: none;
}

.table {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}