/* Global Styles */

html {
padding:0; 		/*remove padding */
margin:0; 		/* remove margins */
border:0; 		/* remove borders */ 
background:#def; 	/*color background - only works in IE */
font-size:12pt; 	/*set default font size */
font-family: verdana, "trebuchet ms", tahoma, arial, helvetica, sans-serif; /* set default font */
}

#manga {background-color:#ddeeff;}
#maitso {background-color:#f4ffe4;}
body {
    background-color:#f4ffe4;
	margin-top:0px;margin-bottom:0px;
	color:#8B6846;
	padding:0; 		/*remove padding */
	margin:0; 		/* remove margins */
	border:0; 		/* remove borders */
}
manga:body {
	color:black;
	padding:0; 		/*remove padding */
	margin:0; 		/* remove margins */
	border:0; 		/* remove borders */
}
maitso:body {
	color:black;
	padding:0; 		/*remove padding */
	margin:0; 		/* remove margins */
	border:0; 		/* remove borders */
	}

a {
	text-decoration:none;
	font-weight: normal;
}
a:link { 
	text-decoration: none; 
	font-weight: normal;
} 
a:visited { 
	color: #e6008b; 
	text-decoration: none; 
	font-weight: normal;
} 
	
a:hover {
	color: #FF9900;
	text-decoration:underline;
	font-weight: normal;
}

h1 {
	margin-top:0px; margin-bottom:0px;
	color: #339999;
	font-size : 24pt;
}

h2 {
	margin-top:0px;margin-bottom:0px;
	color: #339999;
	font-size : 18pt;
}

h3 {  
	margin-top:0px;margin-bottom:0px;
	color: #CC8300;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 14pt}
	
h4 {  
	margin-top:0px;margin-bottom:0px;
	color: #CC8300;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 12pt; line-height:10pt; min-height:10pt; height:10pt;}
	
h5 {   	
	margin-top:0px;
	color: #CC8300;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
}


dt {color:#666666; left:5px}

dl {color:#666666;}

.copyright {
	text-transform: lowercase;
	color: #8B6846;
}
.citation {
	color: #CC8300;
	font-family:courier;
	font-size : 12pt;
}

.citation-sansbord {
 	text-align: center;
	color: #8B6846;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
    background-color:#000000;
}
.citation-purple {
    border: 1px solid #9E0E87; 	
	text-align: center;
	color: #8B6846;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
    background-color:#673301;
}

.citation-green {
    border: 1px solid #74A824;
	text-align: center;
	color: #8B6846;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
    background-color:#673301;
}

.citation-orange {
    border: 1px solid #CC8300; 	
	text-align: center;
	color: #8B6846;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
    background-color:#673301;
}

.citation-grey{
    border: 1px solid #666; 	
	text-align: center;
	color: #8B6846;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 10pt;
    background-color:#673301;
}

.TexteCentre {
    color: #8B6846; 
	text-align: center;
}

.TexteJustifie {
	color: #8B6846;
	text-align: justify;
    font-size:12pt; 	/*set default font size */
}
