body
{
	color: #000000;
	background-color: #FFFFFF;
	margin: 4px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 75%;
}

/* DataProducerGroup text should be large, like MSEnode */
.DPG
{
	font-size: 160%;
	font-weight:bold;
	text-decoration: none;
}


/* To make BIN nodes for MSE text bigger and have more header */
.MSEnode 
{
	font-size: 150%;
	font-weight:bold;
	text-decoration: none;
}

.MSEnode a:hover
{
	color: #000000;
	text-decoration: none;
}
.EndedDepl 
{
	font-size: 100%;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
.smalltext 
{
	font-size: 80%;
}

a:link
{
	color: #336699;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #663300;
	background-color: transparent;
	text-decoration: none;
}

a:active
{
	color: #CC9900;
	background-color: transparent;
	text-decoration: none;
}

a:hover 
{ 
	color: #336699;
	background-color: transparent;
	text-decoration: underline; 
}


