/*
Theme Name: Cosmopolitan
Description: Used to style the TinyMCE editor.
*/

html .mceContentBody {
	max-width: 584px;
}
* {
	color: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	line-height: 1.625;
}
body {
	color: #333;
	font-weight: 300;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6{
	padding:4px 0;
	margin:5px 0;
	font-weight:bold;
	letter-spacing:-1px;
 }
 h3{
	font-size:22px !important;
 }
h2 {
	font-size:28px !important;
 }
 h1 {
	font-size:36px !important;
 }

a {
	color:#ff3900 !important;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#3da6c9 !important;
}
a:visited {
	color:#a74938 !important;
}
a:visited:hover {
	color:#3da6c9 !important;
}