/* css Ossian default style v1.01 */
/* basic elements */
body { 
	background: url("../common_images/template/bkgd_leather_red.jpg"); 
	}
p { 
	font: 12pt/16pt georgia; 
	}
h1 { 
	font: italic normal 8pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3C2D1A;
	}
h2 { 
	font: italic normal 10pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3C2D1A;
	}
h3 { 
	font: normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3C2D1A;
	}
h4 { 
	font: normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3C2D1A;
	}
h5 { 
	font: italic normal 18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3C2D1A;
	}
h6 { 
	font: italic normal 28pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #3C2D1A;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3C2D1A;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3C2D1A;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC0000;
	}
ul li {
    list-style: square;
    list-style-position: inline;
	text-align: justify;
   	margin-top: 10px; 
	}
