	@font-face {
	  font-family: SourceCodePro;
	  font-weight: normal;
	  src: url("/fonts/SourceCodePro-Regular.otf") format("opentype");
	}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 1em;
  margin-bottom: 10em;
}
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;
}

#cursor {
	color: #333;
  -webkit-animation: 2s blink step-end infinite;
	-moz-animation: 2s blink step-end infinite;
	-ms-animation: 2s blink step-end infinite;
	-o-animation: 2s blink step-end infinite;
	animation: 2s blink step-end infinite;
}

@keyframes "blink" {
	from,to {
	opacity: 0;
}
 50% {
    opacity: 1;
 }

}

@-moz-keyframes blink {
	from,to {
	opacity: 0;
}
 50% {
    opacity: 1;
 }

}

@-webkit-keyframes "blink" {
	from,to {
	opacity: 0;
}
 50% {
    opacity: 1;
 }

}

@-ms-keyframes "blink" {
	from,to {
	opacity: 0;
}
 50% {
    opacity: 1;
 }

}

@-o-keyframes "blink" {
	from,to {
	opacity: 0;
}
 50% {
    opacity: 1;
 }
}

/* mga stuff */
#minime {
	width: 48px;
	height: 48px;
}
body,td,th {
	font-family: SourceCodePro, "Courier New", Courier, monospace;
	font-size: 18px;
	color: #090;
}
body {
  background-color: #eee;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}
h1 {
  font-size: 2.25rem;
  line-height: 1.33333;
}
h2 {
  font-size: 1.5rem;
  line-height: 1;
}
h3 {
  font-size: 1.3125rem;
  line-height: 1.14286;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.33333;
}
h5 {
  font-size: 1rem;
  line-height: 1.5;
}
h6, figcaption {
  font-size: 0.875rem;
  line-height: 1.71429;
}
p, li {
	margin-bottom: 1em;
	line-height: 1.5em;
}
li {
	margin-left: 1em;
	list-style-type: square;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #999;
}
a:active {
  text-decoration: none;
  color: #000;
}
#content {
	width: 540px;
	margin: 50px auto;
}
@media screen and (max-width:1000px) {
#cursor {
}
#minime {
		width: 100px;
		height: 100px;
	}
	body,td,th {
		font-family: SourceCodePro, "Courier New", Courier, monospace;
	}
	body {
	}
	h1, h2, h3, h4, h5, h6 {
	}
	body,td,th {
	}
	#content {
		margin: 50px;
		width: auto;
	}
}