@font-face {
    font-family: 'commodore_64_roundedregular';
    src: url('fonts/commodore_rounded_v1.2-webfont.woff') format('woff'),
		 url('fonts/commodore_rounded_v1.2-webfont.woff2') format('woff2'),
         url('fonts/commodore-rounded_v1.2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, p {
	background-color: black;
	color: green;
	font-family: commodore_64_roundedregular;
}

a, a:hover, a:active, a:focus, a:visited {
	color: green;
	font-family: commodore_64_roundedregular;
	text-decoration: none;
	border: 3px green solid;
}

