
.txtNone     {
	font-family: arial;
	DISPLAY: none;
	background-color: Black;
}

HTML
{
background-color: #000000;
}
	
body
{
	background-image: url(images-1/BlackDigitalBG.png);
	font-family: arial;
	color: white;
	font-size: small;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-family: arial;
	color: white;
	font-size: x-small;
	text-decoration: none;
}
a:visited    {
	font-family: arial;
	color: Gray;
	font-size: x-small;
	text-decoration: none;
}
a:active     {
	font-family: arial;
	color: Red;
	font-size: x-small;
	text-decoration: none;
}
a:hover      
{
	font-family: arial;
	color: Red;
	font-size: x-small;
	text-decoration: none;
}

TD
{ 
text-align: left;
color: White;
font-size: small;
}

.TDcentered
{ 
text-align: center;
font-size: small;
}
.footer
{
font-size: xx-small;
text-align: center;
}
H1			 
{ 
color: red; 
font-size: xx-large;	
text-decoration: none;
text-align: center; 
}

H2
{ 
color:red; 
font-size: x-large; 
text-decoration: none;
text-align: center; 
}

H3
{
color: red; 
font-size: large;	
text-decoration: none;
text-align: center; 
}

H4
{ 
color: red; 
font-size: medium;	
text-decoration: none;
text-align: center; 
}

H5
{ 
color: red; 
font-size: small;	
text-decoration: none; 
}
.H1white			 
{ 
color: white; 
font-size: xx-large;	
text-decoration: none;
text-align: center;
font-weight: bold; 
}

.H2white
{ 
color:white; 
font-size: x-large; 
text-decoration: none;
font-weight: bold;
}

.H3white
{
color: white; 
font-size: large;	
text-decoration: none;
font-weight: bold; 
}

.H4white
{ 
color: white; 
font-size: medium;	
text-decoration: none;
font-weight: bold; 
}

.H5white
{ 
color: white; 
font-size: small;	
text-decoration: none;
font-weight: bold;  
}

UL
{
	font-size: small;
}

