@charset "utf-8";
/* CSS Document */

body {
	background-color:#FF6;
}


div.right  {	background-image:url(../Authentication/NAUSICA.jpg);
	border: 3px solid aqua;
}

div.left {
	background-image:url(../Authentication/NAUSICA_BW.png);
	border:: 3px solid pink;
}
h1 {
	text-align:center;
	color:blue;
}
h3 {
	text-align:center;
	color:red;
}