body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #888;
}

#top{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
}

#top a{
	color: #000;
	text-decoration: none;
}

#bottom a:hover{
	color: #555;
}

#nav{
	margin: 120px 0px 0px 60px;
	font-size: 28px;
}

ul{
	list-style-image: url(../images/bullet-white.jpg);
}

li{
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: justify;
	font-size: 14px;
}

li a{
	color: #000;
	text-decoration: none;
}

li a:hover{
	color: #555;
}

#bottom{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

#bottom a{
	color: #000;
	text-decoration: none;
}

#bottom a:hover{
	color: #555;
}