a:link {color:#FFFF00} /* unvisited link */
		a:visited {color:#FFFF00} /* visited link */
		a:hover {color:#FF00FF} /* mouse over link */
		a:active {color:#FFFF00} /* selected link */
		
		img, img a {
		border:0		
		}
		html, body
		{
			margin:0px;			
			padding:0;
			font:normal normal normal 100% sans-serif;
			background:#404a88;
			/* Original Background Color
			background:#404a88; */
			/* color:#FFF; */
		}
		html:not(:nth-child(n)) body { font-size:125%; }

		/* div {border: 1px solid;} */
		
		/* this is the original skin 
		.page
		{
			background: url('../images/background/bkgd_top2.png') top center no-repeat;			
			position: relative;
			width:480px;
			height:650px;
			top:0;
			margin:0 auto;			
		}
		*/
		
		/* this is the current skin - UP
		.page
		{
			
			background: url('../images/background/bkgd_psp_alice_660.jpg') top center no-repeat;	
			position: relative;
			width:480px;
			height:735px;
			top:0;
			margin:0 auto;			
		}	*/
		
		
		
		.page
		{
				 
			background: url('../images/background/bkgd_top2.png') top center no-repeat;	
			position: relative;
			width:480px;
			height:790px;
			top:0;
			margin:0 auto;			
		}	

		h1
		{
			font-size:1.2em;
			margin:0 0 5px 0;
		}

		p
		{
			font-size:0.8em;
			margin:0 0 5px 0;
		}
		
		td
		{
			font-size:0.8em;
			margin:0 0 5px 0;
		}
		
		input
		{
		float:left;
		border:none 0px #ffffff;		
		
		}
		
.formfield
{
border-style:inset;

}