@charset "utf-8";
/* CSS Document */

body {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 40px;
  color: #FFF;
  cursor: pointer;
  text-align:center;
	background-color:#000000;
}

a {
  text-decoration:none;
  color:#FFF;
}
			
h1 {
  font-size:40px;
  text-align:center;
}
			
h2 {
  font-size:26px;
  text-decoration:underline;
  text-align:center;
}

#layout_wrapper {
  width:800px;
  margin:auto;
	text-align:justify;
}

a img {
  border:none;
}

a img {
  border:none;
}