.html,body{
    padding:0px;
    margin:0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 20.4px;
	color:#000;
	width: 70%;
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 15%;
	padding-bottom: 2%;
  }
  ul, li{
list-style:none;
}  
#twith_autp{
	opacity:0;
    overflow:hidden;
    width:1px;
    height:1px;
    position:absolute;
}
a:link {
	color: #551a8b; 
	border-bottom: 0px dashed; 
}
a:hover, a:focus {
	text-decoration: none;
	color: #fed000;
 }
