body {
  background-image: url("background_c.jpg");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center center;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  color:white;
  font-family: 'Ubuntu Mono', sans-serif;
}

a:link { color:white;text-decoration:none;font-weight:bold;}
a:visited { color:white;text-decoration:none;font-weight:bold;}
a:hover { color:black;text-decoration:none;font-weight:bold;background-color:white;}
a:active { color:black;;font-weight:bold;background-color:white;}
a:focus { color:yellow;text-decoration:none;font-weight:bold; }
     
.little {
  margin-top:0.8em;
  color:white;
  font-size: 0.8em;  
  border:1px dotted gray;
  padding-left:5%;
  padding-right:5%;
  
}

.linebreaker {
  clear:both;
}


#main-box {
  color:white;
  max-width:35%;
}

#sp {
 display:none;
}

.linktable {
	font-size:1.em;
	line-height:1.em;
	font-family:Helvetica,Arial,sans-serif;
	color:white;
	margin-top:4%;
	margin-bottom:4%;
	vertical-align:left;
	}
.linktable td{
	padding:4px;
	color:white;
	}