/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0px;
	font-family: "Times New Roman";
	font-size: 20px;
	color: black;
}


#page {
	width: 1000px;
	margin: 0 auto;
}

a {
	text-decoration: none;
     color: Blue;
}

a:hover {
	text-decoration: none;
	color: Silver;
}

h1 {
	font-family: "Times New Roman";
	font-size: 36px;
      font-weight: bold;

	color: #000000;}

pre {
     font-family: "Consolas";
	font-size: 18px;
     font-weight: normal;

	color: #000000;}

