﻿/*  Greg Hennigan 2010 */

html, body {
margin: 0;
padding: 0;
font-size: 14px;
font-family: times new roman, sans-serif;
color: #ffffff;
background: #000;
}  

h1 {
font-size: 180px; 
line-height: 0.65em; 
letter-spacing: -0.05em;				
font-family: times new roman, sans-serif;
color: #0099FF;
font-weight: normal;
position: absolute; left: 100px; top: 140px;
margin: 0px;
}

/* =links */

#links {
position: absolute; left: 100px; top: 400px;
width: 600px;
margin: 0px;
pading: 0px;
}

a:link, a:visited {
text-decoration: none;
color: #fff;
}

a:hover {
text-decoration: none;
color: #95CFFF;
background-color: #fff;
}
