@charset "utf-8";
body {
	background-color: rgba(1, 2, 3, 1.0);
}

 /* LINKS */
a:link {
	color:palegreen;
	text-decoration: none;	
}

a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	color:greenyellow;
	text-decoration: none;
} 

/* Footer LINKS */

a.footl:link {
	color:green;
	text-decoration: none;	
}

a.footl:visited {
	color: green;
	text-decoration: none;
}

a.footl:hover {
	color:lawngreen;
	text-decoration: none;
}


/* Text Color Size */

.contdiv {
	color:burlywood;
	font-size: 0.9em;
}

.footerdiv {
	color:burlywood;
	font-size: 0.7em;
    padding-right: 25px;
    padding-left: 25px;
}