BODY {

	margin: 0;

	padding: 0;

	color : White;

	background-color : Black;

	font-family : Arial, Helvetica, sans-serif, sans-serif;

	font-size : medium;



}
.whitelinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; text-decoration: none}
.whitelarge {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFFFF; text-decoration: none}
.content {

	margin: 150px 10px 10px 40%; 

	padding: 10px; 

	border: 1px none -;

	background-image :  url(file:///C|/Data/Customer/Pixel%20Art/website/SiteImages/backer.gif);
	
	overflow: auto;

}

.content2 {

		margin: 10px 10px 10px 40%; 

	padding: 10px; 

	border: 1px none -;

		background-image :  url(file:///C|/Data/Customer/Pixel%20Art/website/SiteImages/backer.gif);

}

.content3 {

			margin: 10px 10px 10px 10px; 

	padding: 10px; 

	border: 1px none -;

	font-size : x-small;

	}
/* A narrow horizontal container that centers its content */
#navigationblock {
background: ;
padding: 2px;
text-align: center;
}

/* "navigation ul" styles turn an UL into a horizontal navigational bar */
#navigationblock ul {
display: inline;
font-size: 12px;
margin: 0; /* removes indent IE and Opera */
padding: 0; /* removes indent Mozilla and NN7 */
} 

/* border-left adds a "|" seperator between links */
#navigationblock ul li {
border-left: 1px solid #000000;
display: inline; /* sets orientation across the containing element */
list-style: none; /* turns off display of bullet */

}

/* border-left removes the "|" seperator for the first link */
#navigationblock ul li.first {
border-left: none;
}

/* Adds padding and link color */
#navigationblock a {
color: #9933FF;
padding: 0.2em 0.5em;
text-decoration: none;
}

/* Changes the background color when the link is hovered */
#navigationblock li a:hover {
background: #333333;
color: #FFFFFF;
text-decoration: none;
}
