div.title {
	font-size:xx-large;
	font-weight:bold;
	font-variant:small-caps;
	font-family:sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	width:100%;
	background-color:#D0E0FF;
	border-style:ridge;
	border-color:#D0E0FF;
	border-width:2px;
	color: #000000;
}

div.subtitle {
	font-size:x-large;
	font-weight:italic;
	font-variant:small-caps;
	font-family:sans-serif;
	background-color:#C0D0FF;
	margin:0px;
	padding:0px;
	margin-left:40px;
	float:left;
	border-style:ridge;
	border-color:#C0D0FF;
	border-width:2px;
	border-top-width:0px;
	color: #000000;
}

div.img-r {
	float:right;
}

p.para {
	text-indent: 12px;
}

p.group {
	font-family:sans-serif;
	text-indent:36px;
	font-weight:bold;
	font-size:large;
	margin-bottom:-16px;
}

ul {
	padding-left: 32px;
	margin-left: 0px;
	margin-bottom: 32px;
}

p.fine {
	font-size: smaller;
}  

em.code {
	font-weight:bold;
	font-family:monospace;
}

body {
	background: #EEEEEE;
	color: #000000;
	font-family: sans-serif;
}

a {
	color: #0000FF;
}

a:visited {
	color: #660088;
}

a:hover {
	background-color: #FFFFEE;
}

a.title {
	color: #000000;
	text-decoration: none;
}

.warn {
    border: 1px solid;
    margin: 10px 50px;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #6F3000;
    background-color: #FEEFB3;
    display: inline-block;
    width: 500px;
}
