﻿.nav
{
	position: absolute;
	color: #ffffff;
	font-variant: small-caps;	
}

.nav a
{
	text-decoration: none;
	color: #ffffff;
}

.nav a:hover
{
	text-decoration: none;
	color: #cccccc;
}

.about
{
	top: 68px;
	left: 136px;
}

.projects
{
	top: 88px;
	left: 170px;
}

.contact
{
	top: 108px;
	left: 135px;
}