html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*  */

  @font-face {
  font-family: 'Antique Legacy';
  src: url('fonts/Antique-Legacy-Medium.eot');
  src: url('fonts/Antique-Legacy-Medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/Antique-Legacy-Medium.woff2') format('woff2'),
       url('fonts/Antique-Legacy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

html{
	background-color: #C3BFBC;
}

body{
	padding: 3px;
	font-family: 'Antique Legacy', sans-serif;
	font-size: 23px;
	line-height: 19ox;
	transition: color .1s ease;
	letter-spacing: .005em;
}
.link-hover{
color: #CCFE08;
}

.link-hover a,
.link-hover a:visited{
	color: #CCFE08;
}

a{
	position: relative;
	transition: color .1s ease;
	text-decoration: none !important;
  color: #000;
}

a,
a:visited{
color: #000;
}

a:before{
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: 1.13em;
	height: .075em;
	background-color: #000;
}
.link-hover a:before{
	background-color: #CCFE08;
}
.link-hover a:hover:before{
	background-color: #000;
}


a:after{
	position: absolute;
	content: '(click)';
	left: 0;
	top: 29px;
	font-size: 0.47826em;
	opacity: 0;	
	transition: all .075s ease;
	transform: translateY(25%)
}

a:hover:after{
	opacity: 1;
	transform: translateY(0%)
}



a:hover,
a:visited:hover{
	color: #000 !important; 
}
