[root@websrv styles]# cat fonts.css
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('/styles/fonts/Raleway-Thin.ttf') format('truetype'),
       url('/styles/fonts/Raleway-Thin.woff') format('woff'),
       url('/styles/fonts/Raleway-Thin.svg') format('svg');
}

@charset "utf-8";
/*Main display area layout*/

p {
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:150%;
	color:rgb(51,51,51);
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-style:normal;
	font-size:56px;
	vertical-align:top;
	color:#000000;
}

p.info {
	font-size:11px;
	color:#333333;
	line-height:100%;
}

a:link, a:visited, a:hover, a:active, p.equipas {
	font-size:10px;
	color:#333333;
	letter-spacing:0px;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	text-decoration:underline;
}

