#enter1{
         background-color: #000;
         text-align: center;
         text-shadow: 1px 1px blue;
         font-size: 20px;
         
         }
.list{
	background-color: #ffffff; 
	color: #ffffff; 
	border-style: double; 
	border-color: #990033;
}
.list a{ text-decoration:none;
         color:#ff0000; 
		 font-size: 14px;
}
.footer{
	background-color:#000; 
	border: 4px solid blue;
	text-align:center;
}
.appbox{
	background-color:lightblue;
	text-align:center;
}
.twobox{
	padding: 5px;
	border: 2px solid yellow;
	text-align:center;
	width:50%;
}
.twobox a{color:#FFF
	}
.result_name{
	font-size:33px;
	color:greenyellow;
	font-weight:bold;
}	