html{
  height:100%;
  width:100%;
}

.fix-margins{
  margin-top: 30px;
  margin-left: -10px;
}
.indent{
  margin-left: 10px;
}

body {
  background-color: #000000;    
  /* background-color: #141414; */
  font-family: 'Noto Sans Mono', monospace;
  font-size:14px;
  color: #99ccff;
}
.title {
  font-family: 'Noto Sans Mono', monospace;
  font-size:14px;
  color: #999999;
}

/* If the link is unvisited you see this color*/
a:link {
	color: #006699;
	text-decoration: none;
}
/* If the link is visited you see this color*/
a:visited {
	color: #006699;
}
/* On placing mouse over the link */
a:hover {
	color: #006699;
	text-decoration: underline;
}
/* If the click the link,  you see this color*/
a:active {
	color: #006699;
}