/* CSS Document */
/* ############### tales.be css framework v0.3###############  */
/* ############### FONTS.TALES.CSSFRAMEWORK ############### */

/*
contains:
	font rules - to be adjusted for each site that uses this framework
	DOES NOT INCLUDE NAVIGATION FONTS
*/	



/* ############### BASIC FONT SETTINGS ############### */
/* ############### ADJUST ON A AS-NEEDED-BASE ############### */
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #cecfd1;
	margin-top: 20px; }
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color: #cecfd1;}
	
ul, li{
	font-family: Arial, Helvetica, sans-serif;
	color: #cecfd1;}
	
ul li ul li{
 	list-style:circle}
		
a, a:link, a:visited{
	color: #cecfd1;}
a:hover{
	color: #fff;}

h1,h2,h3,h4,h5,h6{font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px;}	
h1{ font-size: 200%; margin-top: 20px; margin-bottom:20px; color: red}
h2{ font-size: 120%; margin-top: 20px; margin-bottom:0px; color:#FFFFFF}
h3{ font-size: 110%; margin-top: 20px; margin-bottom:0px; color:#FFFFFF}
h4{ font-size: 110%; margin-top: 20px; margin-left: 30px; color:#FFFFFF; color: #cecfd1;}

#maincontent ul{	list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}