/*
>>> Reset style <<<
*/
html,body,div,span,applet,object,iframe,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em, 
font,img,ins,kbd,q,s,samp,small,strike,strong,sub, 
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,legend,table,tbody,tfoot,thead,tr,th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*
>>> Default styles <<<
*/
html body {
	font-family: 'Venus-Rising';
	background: #ffffff;
	font-size: 16px;
	border: none;
	color: dimgray;
	line-height: 1.5;
}

html body p {
	font-family: inherit;
	font-size: 16px;
	border: none;
	color: dimgray;
	line-height: 1.5;
}

html body h1 { font-size:2.1em; }
html body h2 { font-size:1.9em; }
html body h3 { font-size:1.7em; }
html body h4 { font-size:1.5em; }
html body h5 { font-size:1.3em; }
html body h6 { font-size:1.1em; }

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
	font-family: 'Metropol';
	color: #353535;
	font-weight: bold;
	margin: 0;
}

html body a {
	font-style: italic;
	color: forestgreen;
	margin: 0 5px;
}

html body a:hover {
	text-decoration: none;
	color: chartreuse;
}

html body hr {
	width: 90%;
	height: 1px;
	background: red;
	opacity: .15;
}

html body img {
	/*width: 100%;*/
}

article {
	/*width: 100%;*/
}

.bd { border: 1px solid #000; }
