#enter1{
         background-color: #05386B;
         text-align: center;
         text-shadow: 1px 1px blue;
         font-size: 20px;
         
         }
         td{background: none;}
.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:#100df6;
	font-weight:bold;
}	
.mylink{font-size: 45px;}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.mylink{font-size: 25px;}
}
