body {
	margin-top: 80px;
	margin-left: 80px;
	background-image: url(background.image.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
p  {
	letter-spacing: .15px;
	color: #eee;
	font-size: 14px;
}
.p2  {
	letter-spacing: .15px;
	color: #FFCC00;
	font-size: 15px;
}
h3  {
	letter-spacing: .15px;
	color: #eee;
	font-size: 18px;
}
td  {
	letter-spacing: .15px;
	color: #eee;
	font-size: 14px;
	line-height: 22px;
}

.nam {
	letter-spacing: 32px;
	color: #eee;
	font-size: 22px;
}
a:link {
	color: #eee;
	text-decoration: none;
	border-bottom: dotted thin #eee;
}
a:visited {
	color: #eee;
	text-decoration: none;
	border-bottom: dotted thin #eee;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
	border-bottom: none;
}			
a:hover {
	color: #666699;
	text-decoration: underline;
	border-bottom: none;
}
li {
	letter-spacing: .15px;
	color: #eee;
	font-size: 14px;
	line-height: 22px;
}