body {
	background-color: #000000;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	line-height: normal;
	color: grey;
	font-size: medium;
	font-family: Arial,Helvetica,sans-serif;
}

#content {
	position:absolute;
	top:1em;
	left:0em;
	width: 95%;
	padding-left: 1em;
}

#spacer {
	position:absolute;
	top:5.5em;
	left:0em;
	width: 100%;
	height: 1em;
	z-index:1;
	background-color: #FFFFFF;
	background-image: url(../images/spacer.gif);
}


#projects {
	position:absolute;
	top:9em;
	font-style: normal;
	text-transform: none;
	line-height: 18px;
	font-weight: lighter;
	font-size: small;
	text-decoration: none;
}
#projects #title{
	margin-bottom: 10px;
}

table {
	border: 0px;
}
th {
	color: white;
	font-size: 13px;
	line-height: 0;
	padding-left: 0;
}

tr {
	color: white;
	font-size: 13px;
}

li {
	color: #00FFFF;
}

a {
	font-weight: lighter;
	text-decoration: none;
	color: grey;
}
a:link {
	font-weight:lighter;
	color:#CCCCCC;
	text-decoration:none; 
}
a:visited {
	font-weight:lighter;
	color:#666666;
	text-decoration:none; 
}
a:focus {
	font-weight:lighter;
	color:silver;
	text-decoration:underline; 
}
a:hover {
	font-weight:lighter;
	color:#00FFFF;
	text-decoration:none; 
}
a:active {
	font-weight:lighter;
	color:silver;
	text-decoration:underline;
}

h1 {
	color: white;
	font-size: 18px;
	line-height: 2;
	display: inline;
}

h2 {
	font-size: 1em;
	color: white;
	display: inline;
}

h3 {
	font-size: 1em;
	color: white;
	display: inline;
}

b {
	font-weight: bold;
	color: white;
}

