/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-family: Courier New, courier, arial;color: black;text-decoration: none;word-spacing: normal;text-align: left;letter-spacing: 0;font-size: 12px ;}body.section-1 {font-size: 120px; }body.section-2 {font-size: 120px; }body.section-3 { font-size: 120px;}a:link { text-decoration: none ; color: #000000; }a:active { color: #ff6079; background color: none; text-decoration: none; }a:visited { text-decoration: none; color: #000000; }a:hover { color: white; background-color: #ff6079;text-decoration: none;text-transform:uppercase; }a img { border: none; }#menu {    width: 215px;    overflow: auto;    top: 0;    bottom: 0;	left: 0;    position: fixed;    height: 100%;	background-color: transparent;	text-align: right;}#menu ul {	list-style: none;	margin: 0 0 12px 0;}#menu ul li.section-title {font-family: Courier New, courier, arial;color: #ff6079;font-size: 12px;font-weight: bold;border-top:thin dotted black;line-height:25px;	 }#content {    height: 100%;    margin: 0 0 0 215px;    top: 0;    padding-left: 50px;}.container {    padding: 50px 5px 25px 5px;}#menu .container { padding: 5px 5px 25px 5px; }#content .container { padding: 50px 5px 25px 5px; }#content p { width: 700px;		margin-top: 0px;		margin-right: 0px;		margin-bottom: 12px; /* sets the space between paragraphs */		margin-left: 0px; 		    line-height: 14px; /* use this the change the leading (space between lines) */	    }p { color: #000000; font size: 32pt;    margin: 0 0 9px 0;}h1 { font-size: 32px; }h2 { font-size: 24px; }h3 { font-size: 12px; font-weight: bold;text-transform:uppercase; }h4 { font-style: italic; color: grey;font-size: 10px; }#img-container	{ margin: 0; padding: 0; }#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }#once { clear: left; }#header{font-family: arial, Courier New, courier ;color: grey;font-style: italic;font-size: 36px; font-weight: bold; }#footer{font-style: italic; color: grey;font-size: 10px; }#title{font-style: none; color: #ff6079;font-weight: bold; font-size: 12px; }#menu ul li.active{ font-weight: bold;text-transform:uppercase; }