/* CSS Document */

body
{
background-color: #000000;
background-image:url(bg.png);
}

h1
{
 padding: 0;
 margin: 0;
}

a:link    {color:#c00000}
a:visited {color:#c00000}
a:active  {color:#c00000}
a:hover   {color:#c00000}
a img {border:none;}




.text1 {
	color: #ffffff;
	font-size: medium;
	font-family: tahoma;
	font-weight: bold;
}

.text1a {
	color: #ffffff;
	font-size: x-large;
	font-family: tahoma;
	font-weight: bold;
}


.text2 {
	color: #999999;
	font-size: x-small;
	font-family: tahoma;
	font-weight: normal;
}

.text3 {
	color: #ffffff;
	font-size: small;
	font-family: Tahoma;
	font-weight: normal;
	text-align:center
}

.yellow {
	color: #ffff40;
	font-size: medium;
	font-family: Tahoma;
	font-weight: bold;
}

.text3yellow {
	color: #ffff40;
	font-size: small;
	font-family: Tahoma;
	font-weight: normal;
}

.text3red {
	color: #c00000;
	font-size: medium;
	font-family: Tahoma;
	font-weight: bold;
}

table.grey {
background-color:#404040;
}

table.align {
background-color:#404040;
text-align:center
}

table.pics {
text-align:center;
color: #ffff40;
font-size: medium;
font-family: Tahoma;
font-weight: bold;
}




