/* ----------------------------------------------------------------
	raramuridesign.com
	global typography, affects size and colour
---------------------------------------------------------------- */
p, p.MsoNormal {
	text-shadow: #000 0 0 0;
	-moz-opacity: 0.99;
	font-size: 1.2em; /* 12px */
	margin:0px 0px 10px 0px;
	text-align:justify;
}
ul, ol {
	margin:10px 0px 15px 35px;
	list-style:disc;
	text-align:left
}
ol {
	list-style:decimal
}
li {
	font-size:12px;
	line-height:1.2em;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}


pre{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}
blockquote {
	padding: 1em 40px 1em 15px;
}





/*end*/
