@CHARSET "UTF-8";

html {
	font-family: Arial;
	font-weight: normal;
	color: #b6b6b3;
}

a:link, a:visited { color: #b6b6b6; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; text-decoration: underline}
h4 { font-size: 16px; }
h5 {}

.img_fullscreen {}

/* TinyMCE specific rules */
.mceContentBody {
	background-color:    #fff; 
	background-image:    none; 
	font-size:           19px;
	color:               #b6b6b3;
	font-family:         Arial;
	font-weight:         normal;
	padding:             0;
}