body 
{
	
	margin: 0 auto;
	font-family:Helvetica, sans-serif;
}

.welcome p
{
	font-family:Helvetica, sans-serif;
	font-size:10px;
	font-weight:medium;
	line-height:24px;
	color:#000000;
}

.about p
{
	font-family:Helvetica, sans-serif;
	font-size:10px;
	font-weight:medium;
	line-height:14px;
	color:#000000;
}


.footerlink a:link, a:hover, a:active, a:visited
{
	text-decoration:none;
	color:#000000
}

img 
{
	padding:0;
	margin:0;
	border:0;
}

div
{
	padding:0;
	margin:0;
}

a:link {
text-decoration: none;
color: #000000;
}

a:visited {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: underline;
color: #000000;
}

a:active {
text-decoration: none;
color: #000000;
}