/* CSS Document */

	body { 
  		background-repeat:no-repeat; 
 		background-position:center; 
		background-attachment:fixed 
		}

  	h1.intro {
  		text-align: center;
		color: black;
		font-family: Times new roman
		}

	td.skull {
	  	background-repeat:no-repeat; 
 		background-position:center;
		}

	img { 
		border:none
		}
		
		
	div {
		margin:0; 
		padding:0; 
		display:block;
		}

    p {
		margin:0.2em 0 1.2em 0; 
		padding:0.3em;
		color:#333333
		font-size:115%;
		font-family:"Times New Roman", Times, serif;
		background-color:#666666;
		}

    h2 {
	background-color:#333333;
	color:#996666; 
		font-size:127%; 
		font-weight:bold;
		margin:0.2em; 
		padding:0;
		font-style:normal; 
		font-family:Times new roman;
		}
		
	a:hover {
	color:#00FF00;
	}
	
	td.norepeat {
	background-repeat:no-repeat;
	}
	
	td.footer {
	color:#666666;
	}