<STYLE TYPE='text/css'>

* {margin: 0px; padding: 0px;}

BODY { 
  margin-left: 0px;
  margin-right:0px;
  margin-top: 0px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  background-color:#F0F0F0;
}

P { 
  font-family: Verdana; 
  font-size:   8pt; 
  color: black; 
  font-weight: normal; 
}

B { 
  font-family: Verdana; 
  font-size:   8pt; 
  color: black; 
  font-weight: bold; 
}

B.bluebold {
 color: #005E8A;
 font-weight: bold; 
}

TH { 
  font-family: Verdana; 
  font-size:   8pt; 
  color: black; 
  font-weight: normal; 
  background-color: #c0c0c0;
}

TD { 
  font-family: Verdana; 
  font-size:   8pt; 
  color: black; 
  font-weight: normal;
}

PRE {   
  font-family: Courier New; 
  font-size: 8pt; 
  color: #5D5D5D; 
  font-weight: normal; 
  padding-left: 10px;
}

INPUT { 
  font-family: Verdana; 
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  background-color: #EFEFEF;
}

TEXTAREA { 
  font-family: Verdana; 
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  background-color: #EFEFEF;
}


SELECT { 
  font-family: Verdana; 
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  background-color: #EFEFEF;  
}

.homebox {
  background: #FFFFFF;
  border: 1px solid #bfbfbf;  
  border-radius: 4px;
  position: relative;
  height:500px;
  width:250px;
  display:inline-block;
  margin:15px;
}

.hometitle {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
  text-align: center;  
  color: #f86313;
}

.homedescr {
  font-size: 18px;
  height: 80px;
  line-height: 20px;
  padding: 10px;
  text-align: center;  
}

.homeul {
  list-style-type: none;
  font-size:16px;
  font-weight:200;
  text-align: left;
  padding: 5px;
}

.homeul li::before{
  color: #18a50d;
  content: "\2713";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.homelaunch{
  color: #FFFFFF;
  font-size:53px;
  font-weight: 600;
}

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

.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;
}

.textinput {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  height: 47px;
  width: 400px;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
}

.findtext{
  font-size: 18px;
  height: 120px;
  line-height: 20px;
  padding: 10px;
  text-align: center; 
  color: #FFFFFF;
}

.headtext{
  font-size: 14px;
  color: #E0E0E0;
}
</STYLE>
