 body { 
			background-image: url('mixtape.jpg');
			background-position: bottom;
			background-repeat:no-repeat;
		}
	h1 {
		font-family:tahoma;
		font-size:26pt;
		text-align:center;
	   }
	h2 {
		font-family:tahoma;
		font-size:18;
		text-align:left;
		color: #00CCFF;
	   }
	p  {
		font-family:tahoma;
		font-size:10pt;
		text-align:center;
		text-indent:20%;
	   }
	p.definition {
				font-family:tahoma;
				font-size:10pt;
				font-style: italic;
				font-weight: bold;
				color: #00CCFF;
			 }
	p.list {
			font-family:tahoma;
			font-size:10pt;
			text-indent:0;
		 }
	p.links {
			font-family:tahoma;
			font-size:10pt;
			text-indent:0;
			text-align: left;
			display:list-item;
			vertical-align:bottom;
			position:relative;
			bottom:-200px;
		   }
	li { font-family:tahoma; font-size:10pt; }
	a:link {
			color:#00CCFF;
			text-decoration:none;
		 }
	a:visited {
			   color:#00CCFF;
			   text-decoration:none;
		     }
	a:active {
			   color:#00CCFF;
			   text-decoration:none;
	         }
	a:hover {
			color:#00CCFF;
			text-decoration:none;
	        }
