/* RobertoFormignani.it - style.css 

*/

/* tag section */
body {
	margin: 0;
	padding: 0;
	color: #EDEDED;
	background-color: #000000;
	font: 0.9em Georgia, Helvetica, Arial, sans-serif;
	font-stretch: semi-expanded;
	line-height: 120%;
	}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #C09040;
	background: transparent;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
	}
	
a:link img, a:visited img, a:active img {
	border: 2px solid #000000;
	}
a:hover img {
	border: 2px solid #C09040;
	}
b {
	color: #FEFECB;
	}	
em {
	color: #FEFECB;
	}	
	
h1 {
	margin: 15px 0px 15px 0px;
	padding-bottom: 10px;
	font-size: 150%;
	color: #C09040;
	border-bottom: 1px solid #C09040;
	}
h2 {
	margin: 12px 0px 12px 0px;
	font-size: 130%;
	color: #FFFFFF;
	} 
h3 {
	margin: 8px 0px 8px 0px;
	font-size: 110%;
	color: #C09040;
	}
h4 {
	margin: 4px 0px 4px 0px;
	font-size: 102%;
	font-style: italic;
	color: #C09040;
	}
hr {
	margin: 12px 0px 12px 0px;
	color: #C09040;
	}


/* work area section */
.backtohome {
	position: absolute;
	top: 28px;
	right: 22px;
}
.pageBody {
	padding: 10px 20px 10px 10px;
	text-align: justify;
	font-stretch: semi-expanded;
	line-height: 120%;
	overflow: hidden;
	}
.pageBody h1 {
	font-size: 175%;
	font-weight: bold;
	color: #C09040;
	}
.myBox {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 650px;
	height: auto;
	overflow: auto;
	}
.smalltext {
	font-size: 90%;
	}
.whitespace {
	margin: 20px 0px 20px 0px;
	}

