@CHARSET "ISO-8859-1";
@font-face {
 font-family: Nobile;
 src: url("../fonts/nobile.eot") /* EOT file for IE */
}
@font-face {
 font-family: Nobile;
 src: url("../fonts/nobile.ttf") /* TTF file for CSS3 browsers */
}
body{
	font-color:#000;
  	font-size: 16px;
  	font-family: 'Arial', arial, sans-serif;	
}

p{
	margin-bottom: 20px;	
}

h2,
h2 a{
	display:block;
	margin-bottom:18px;
	color: #293591;
	font-size: 22px;	
}

h3,
h3 a{
	color: #293591;
	font-size: 15px;	
	margin-bottom:20px;
}

h4,
h4 a{
	color: #293591;	
	margin-bottom:10px;
}

.content h2{
	margin-bottom: 22px;
}

.content p a{
	color: #2193cf;
	text-decoration: none;
}

.content p a:HOVER{
	text-decoration: underline;
}
body#edit-field-website-text-text-0-value{
  background: none;
}