/* ELEMENTS */
a,
a:visited {
	color: #00FF55;
	text-decoration: none;
}

a:active,
a:hover { 
	color: yellow;
	background: #00FF55;
	text-decoration: none;
}

a img { border: none; } 

body {
	margin-top: 2%;
	margin-left: 10%;
	margin-right: 10%;
	background: #242424;
    color: #F3F3F3;
	font-family: "courier new", "courier", monospace;
	font-size: normal;
}

/* IDS */


/* CLASSES */
