/* - Headings ------------------- */
#text h1{
	color:#000;
	font-size:2.7em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}
#text h2{
	color:#000;
	font-size:1.7em;
	margin-bottom:0.9em;
	line-height:0.9em;
}
#text h3{
	color:#cd2123;
	font-size:2em;
	margin-bottom:0.4em;
	line-height:1.2em;
	font-variant:small-caps;
}
#text h4{
	color:#1180c4;
	font-size:1.6em;
	margin-bottom:0.4em;
	line-height:1.5em;
}
#text h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
#text h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
#text p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.2em;
}
#text p.question
{
	font-weight:bold;
	margin-bottom:0;
}
#text p.answer
{
	margin:0 0 1em 2em;
}


/* - Images ------------------- */
#text img{
	font-size:1em;
}
#text img.left{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
#text img.right{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

/* - Lists ------------------- */
#text ul{
	margin:0 0 1.8em 2em;
	list-style:disc outside;
}
#text ul li{
	font-size:1.2em;
	line-height:1.5em;
	padding-left:0.3em;
}
#text ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
#text li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
#text li > ul li, li > ol li{
	font-size:1em;
}
#text ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
#text ol li{
	font-size:1.2em;
	line-height:1.5em;
}

/* - vCard ------------------- */
.vcard
{
	font-size:1.2em;
}
.vcard div
{
	margin-bottom:0.4em;
}
.dvcard
{
	font-size:1.2em
}

