body
		{
			color: white;
			background: black;
			}
			
section.first h1
		{
			font-size: 50px;
			letter-spacing: 50px;
			}
			
span.highlight
		{
			background-color: lime;
			color: black;
			}
			
span.highlightb
		{ 
		background-color: black;
		}
		
ul.horiz
		{
			list-style-type: none;
			padding: 0;
			}
			
ul.horiz li
		{
			float: left;
			padding: 24px;
			}
			
ol.horiz
		{
			list-style-type: none;
			padding: 0;
			}
			
ol.horiz li
		{
			float: left;
			padding: 24px;
			}
			
h1
		{
			color: red;
			font-family: 'Orbitron', sans-serif;
			text-shadow: 5px 5px 5px lime;
			}
			
h2
		{
			color: red;
			font-family: 'Press Start 2P', cursive;
			text-shadow: 5px 5px 5px lime;
			}
			
h3
		{
			color: lime;
			font-size: 35px;
			font-family: 'Special Elite', cursive;
			}
			
p
		{
			color: #008000;
			text-indent: 0px;
			line-height: 1.5;
			}
			
div.center-align
		{
			text-align: center;
			}
			
div.left-align
		{
			text-align: left;
			}
			
p.huge
		{
			font-size: 100px;
			letter-spacing: 80px;
			color: blue;
			}	
			
p#intro	
		{
			text-indent: 0px;
			text-align: center;
			font-size: 40px;
			color: lime;
			font-family: "comic sans";
			text-transform: uppercase;
			outline-style: solid;
			outline-color: red;
			}
			
img.padded
		{
			padding: 20px;
			}
			
img.out
		{
			outline-style: solid;
			outline-color: lime;
			}
			
video.out
		{
			outline-style: solid;
			outline-color: lime;
			}
			
		ol	{ color: blue }	
		ul	{ color: lime }
		dl	{ color: red }
		blu	{ color: blue }
		grn	{ color: green }
		lim { color: lime }
		orn	{ color: orange }
		yel { color: yellow }
		pur { color: purple }
		red { color: red }
		gry { color: grey}