/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
	outline: solid green;
	max-width: 95%;
	margin: 7px auto;
  background-color: rgb(0,0,0);
  color: rgb(200,200,200);
  /*font-family: Verdana;*/ padding:7px; font-family:minecraft-seven, monospace;
}
img{max-width:100%;}
a{color:white;}
#main {
	outline: solid green; max-width:100%;
	margin: 7px auto;
	text-align:center; padding:7px;
}
#navigation a{outline:1px solid white; padding:7px; margin:7px; text-decoration:none;
}
#mctutorial{width:720px;}