
		     body{
				    background-color: #fd1b00;
            font-family: Times New Roman, serif;
            color: #5c2650; 
						margin-top: 0px;
						text-color: #ffffff;
				 }
				 a:link{
				    color: white;
				 }
         a:visited{
				    color: gray;
				 }
				 a:active{
				    color: black;
				 }
				 
				 table{
					  align: center;
						color: black;
						font-size: 12pt;
						border: 0;
				 }
			
			   td{
				    width: 27%;
					  align: center;
						vertical-align: top;
            padding: 0;
				 } 
