
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #234d89;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

a.nou:link {
	color: #000;
	text-decoration: none;
}
a.nou:visited {
	color: #000;
	text-decoration: none;
}
a.nou:hover {
	color: #fff5e9;
	text-decoration: underline;
}
a.nou:active {
	color: #000;
	text-decoration: none;
}

a.nou2:link {
	color: #000;
	text-decoration: none;
}
a.nou2:visited {
	color: #000;
	text-decoration: none;
}
a.nou2:hover {
	color: #234d89;
	text-decoration: none;
}
a.nou2:active {
	color: #000;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #fff5e9;
}
.simplu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background:#F0F0F0;
	border: 0px;
	padding-left: 5px;
	width: 200px;
}
/*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
    
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
    }

    .sIFR-active h1 {
      padding: 0px;
	  margin: 0px;
	  font-size:24px;
    }

    .sIFR-active h2 {
      font-size: 20px;
      padding: 0px;
	  margin: 0px;
    }

    .sIFR-active h3 {
      font-size: 20px;
	   padding: 0;
	  margin: 0;
    }

    .sIFR-active h4 {
      font-size: 21px;
      font-weight: normal;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }