@charset "UTF-8";
/* CSS Document */


body
	{
	background-image: url("../working_graphics/tmcc_campus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100%;
	background-attachment: fixed;
	}


h1
	{
	font-family:"Andale Mono""Lucida Console""Lucida Sans Typewriter""Courier New""monospace";
	font-size: 90px;
	color: #196605;
	text-shadow: #FFFFFF 0.5px 0.5px;
	text-decoration: underline overline #0B266A;
	text-align: center;
  	width: 100%;
	}


button
	{
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: #0B266A 0.5px 0.5px;
	text-align: center;
	background-color: #196605;
	padding: 10px 0;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
	}


img
	{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 25%;
	}


footer
	{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 65%;
	}


a:link /* this styles the links so they dont turn an ugly blue color*/
	{
 	text-decoration: none;
	color: #FFFFFF;
	}

a:visited
	{
  	text-decoration: none;
	color: #ffffff
	}

a:hover
	{
  	text-decoration: none;
	}

a:active
	{
  	text-decoration: none;
	}



