body {
font-family: 'Raleway', sans-serif;
}

p{
	margin-bottom: 2%;
}
option{
	font-family: 'Raleway', sans-serif;
}





a:link { color: #08f; }
a:visited { color: #08f; }
a:hover { color: #ccf; }
a:active { color: #08f; }



a.uLine {
  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none;
}
a.uLine::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: red;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a.uLine:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}



.cf:before,
.cf:after {
    content: " ";
    display: table;

	margin-bottom:10px;    
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


