body
{
	font-family: sans-serif;
	font-color: #000000;
	line-height:1.2em;
	background-color:#bcd6d0;
}

/*block*/


p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,blockquote,address,center,table,th,tr,td,tbody,thead,tfoot,div{
	font-size: 1em;

}

p {
	font-color:#000000;
	line-height:1.2em;
}

h1 {
	font-size: 2em;
	text-align: right;
	padding-bottom:0.5em;
	border-bottom: solid;
	border-bottom-width:2px;
	border-bottom-color:#000000;
}

h2 {
	font-size: 1.6em;
	padding:0.3em;
	text-align: left;
	background-color:#ffffff;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

h4 {
}

h5 {
}

h6 {
}


dt {
}

dl {
}


blockquote {
}

blockquote p{
}

table {
 	border:1px solid #000000;
	margin-left:2em;
	margin-bottom: 1em;
}

caption {
	text-align: left;
}

th {
 	border:1px solid #7f7f7f;
	text-align:left;
	font-weight:bold;
}
td {
 	border:1px solid #7f7f7f;
	text-align:left;
	font-style:normal;
}

hr {


address {
	text-align: left;
	font-size:0.8em;
}


/*inline*/

cite,q,em,strong,dfn,acronym,abbr,del,ins,code,var,bdo,kbd,pre,samp,small,big,i,b,span,s,strike,font{
}

cite {
}

q {
}

abbr {
}

acronym {
}

em {
	font-color: red;
	font-weight: bold;
}

strong {
}

dfn {

pre, code, var, kbd {
}


em {
}

/* pseudo-classes of a elements */
a:link {
}
a:visited {
}
a:hover {                                             
}
a:active {
} 

/* custom classes */
.description {
	padding-bottom: 1em;
	border: 1px dotted #ffffff;
}


.references {
}
.version {
	text-align: right;
	font-size: 2em;
	font-color: #000000;
}
