body		{	background-color:	#000000;
			color: 			#333333;
			text-align: 		center;
			margin-top: 		0px;
			margin-bottom: 		0px;
			margin-left: 		0px;
			margin-right: 		0px;	
			padding-top:		0px;
			padding-bottom:		0px;
			padding-left:		0px;
			padding-right:		0px;
			border:			0px;
		}

.text		{
                        color:                  #333333;
                        font-family:            verdana, arial, sans-serif;
                        font-size:              9px;
                        line-height:            16px;
                        text-align:             center;
			margin:			0px 0px 0px 0px;
			padding:		0px 0px 0px 0px;
		}

a:link          {       color:                  #333333;
                        text-decoration:        none;
                }

a:visited       {       color:                  #333333;
                        text-decoration:        none;
                }

a:hover         {       color:                  #333333;
                        text-decoration:        underline;
                }
