@charset "utf-8";
/* ------------------------   Print version StyleSheet   -----------------------------
Author: Maria Ivanova
Web: www.marivaweb.com
E-mail: info@marivaweb.com
------------------------

/* ---  basic styling --- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.5em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10%;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
}
h4 {
	font-size: 12pt;
	font-weight: normal;
}
#wrapper #header {
	height: 100px;
}
#wrapper #header h1 {
	display: none;
}

#footer .footerlinks {
	display: none;
}
#footer .footernotes {
	display: none;
}
#wrapper #footer #pagelink {
	font-size: 10pt;
	color: #666666;
	text-align: left;
}

a {
color:#000000;
text-decoration: underline;
}

a:after {
content: " ( "attr(href)" )";
}
#wrapper #menu {
	display: none;
}
