/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family:"Courier New", Courier, monospace;
	color:#000;
	margin-top:300px;
	font-size:28px;
}
a
{
	
	color:#000;
	text-decoration:none;
	
}

a:hover
{
	color: #999;
}

.welcome {
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  text-align:center;
}


