

body		{
		background:  black;
		word-spacing: 1px;
		color: white;
		}
		
#content	{
		background:  black;
		text-align: justify;
		font-family: arial, sans-serif;
		color: white;
		font: bold;
		font-size: medium; 
		}

.Title		{
		font: 400%/150% bold;
		font-family: arial, sans-serif; 
		color: Yellow;
		text-align: center;
		}

.SubTitle		{
		font: 200%/75% bold;
		font-family: arial, sans-serif; 
		color: Yellow;
		text-align: center;
		}
		
.Data	{
		background:  white;
		text-align: justify;
		font-family: arial, sans-serif;
		color: blue;
		font-size: x-small; 
		}
		
.DataHead	{
		background:  yellow;
		text-align: justify;
		font-family: arial, sans-serif;
		color: black;
		font-size: medium; 
		}


.node A:link	{ color: #aaaaff; }
.node A:visited	{ color: #7777ff; }
.node A:active	{ color: yellow; }
.node A:hover	{ color: white; }

