@charset "UTF-8";
/* CSS Document */
  body {
  	font-family: "Lucida Console", monospace;
	width: 70%;
  	font-size: 10px;
	margin: 15px;
  	background-color: #99ffb2;
  	color: #000000;
  }

  a {
    color: blue;
  }

  a:link {
    color: blue;
  }

  a:hover {
    color: blue;
	text-decoration: underline;
  }
