/* CSS Document */
.nsWork p a
{
	color: black;
	text-decoration: none;
}
.nsWork p a:hover
{
	text-decoration: underline;
}
.nsWork h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	text-decoration: none;
	margin: auto;
}
.nsWork h2
{
	font-family: Verdana;
	color: Black;
	font-size: 20px;
	text-decoration: none;
	margin: auto;
}
.nsWork h3
{
	font-family: Verdana;
	color: Black;
	font-size: 15px;
	text-decoration: none;
	margin: auto;
}
.nsWork h4
{
	font-family: Verdana;
	color: Black;
	font-size: 12px;
	text-decoration: none;
	margin: auto;
}
.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageLeft
{
	float: left;
	margin-right: 10px;
}
