@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
	margin:0px auto;
	color: #000;
	background:url(../images/logo.png) no-repeat fixed;
	background-position: top left 20%;
}
@font-face {
    font-family: Consolas;
    src: url(styles/consola.ttf);
}

@media only screen and (max-width: 600px) {
  body {
	background-position: top right;
	background-size:150px;
  }
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}

.onediv{
    font-family: Consolas;
	color: #000;
	font-size:17px;
	margin:0px auto;
	max-width:300px;
	height:auto;
}
.bluetext{
	color:#00B0F0;
}
.yellowtext{
	color:#FFFF00;
}
.microgllitz{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.microgllitz .a:link {
	color:#0F0;
}