/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {	font-size: 12px;	font-family: Helvetica, Arial,sans-serif;	background: #000; color: black;	background-image: url(http://mineusprint.com/files/1_background.png);}body.section-1 { }body.section-2 { }body.section-3 { }a:link { text-decoration: none; color: white; }a:active { text-decoration: none; }a:visited { text-decoration: none; color: white; }a:hover { text-decoration: underline; color: DeepPink;}a img { border: none; }#menu {    width: 245px;    overflow: auto;    top: 0;    bottom: 0;	left: 0;    position: fixed;    height: 100%;	background-color: black;}#menu ul {	list-style: none;	margin: 0 0 1px 20px; font-weight: bold;font-size: 16px;}#menu ul li.section-title {margin: 0 0 0px -5px; background-color: white;color: black;font-weight: bold;font-size: 18px;}#content {    height: 100%;    margin: 0 0 0 245px;    top: 0;}.container {    padding: 5px 5px 25px 5px;}#content p { width: 400px; margin-bottom: 9px; }p {    margin: 0 0 9px 0;}h1 { font-size: 72px; color: white;font-style: italic;	font-weight: bold;	background-color: cyan;font-family: Helvetica, Arial,sans-serif;margin:0px 0px 0px 0px;padding:8px 3px 9px 3px; }h2 { font-size: 20px; color: yellow;font-weight: bold;}h3 { font-size: 18px; color: black;width: 600px;font-weight: normal;}h4 { font-size: 12px; color: white;width: 600px;font-weight: normal; }h5 { font-size: 12px; color: white;font-weight: normal; }#img-container	{ margin: 0; padding: 0; }#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }#once { clear: left; }b{font-weight: normal;background-color: white;margin:0px 0px 0px 0px;padding:1px 3px 1px 3px;       }
