@font-face {
    font-family: ssp-regular;
    src: url(fonts/SourceSansPro-Regular.ttf);
}
@font-face {
    font-family: ssp-bold;
    src: url('fonts/SourceSansPro-Bold.ttf');
	font-weight: bold;
}
.homepage{color:#000000;font-family: ssp-regular;}
.homepage:hover{color:#70147a;text-decoration: none;}


.company{
	color:#70147a;
	font-family: ssp-bold; 
	font-size: 16px;
}

.h-data:hover{cursor: pointer;}

.company-info{
	//border:solid 1px #51B9B8;
	float:left;
	padding:5px 0px 5px 10px;
	margin:4px 0px 10px 0px;
	width: 100%;
	//background-color:#fcfcfc;
	background-color: #EFEFEF;
	}

.ledtext{
	font-family: ssp-regular;
}