/* 1) -=-=-=- General selectors -=-=-=- */

body {
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #c7c7c7;
	}

a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:visited {
	color: #717171;
	}
	
a:hover, a:active {
	background: #6598a4;
	color: #c7c7c7;
	text-decoration: none;
	}
	
code {
	display: block;
	padding: 10px;
	color: #FF9191;
	background: #E5D6D8;
	font-size: 1.2em;
	border-top: 2px solid #FF9191;
	}

/* 2)-=-=-=- Structure -=-=-=- */
		
