/*---------------------------------------------------------------

	StatoilHydro.com - CssEditor.css
	
	The styles defined in this document are used by the
	Telerik RadEditor.
	
	This stylesheet is loaded last in Opera and Safari browsers
	and therefor overrides our custom styles.
	

---------------------------------------------------------------*/

/*	Headings  */
h1, h2 {
	color:#534C45;
}

h1 {
	font:5.3em/1.0em Georgia, "Times New Roman", Times, serif;	
	letter-spacing:1px;	
	margin:12px 0 12px 0;
	*margin:12px 0 13px 0;
	line-height:1.2em;
}

h2 {
	font:2.4em/1.2em Arial, Helvetica, sans-serif !important;
	margin:0;
}

/*	Links  */
a,
a:link,
a:active,
a:visited {
	color:#00B4CE;
	text-decoration:none;
	outline:none; /* To remove dotted lines around links in FF */
}
a:hover {
	color:#64CA00 !important;
	text-decoration:none !important;
}