@charset "utf-8";

* {
padding: 0;
margin: 0;
}
body {
	background-image: url(bg-x.gif);
    	background-position: top center;
    	background-repeat: repeat-x;
	background-color: #ffffff;
}


	.l2 {	font-family: arial;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}

	a.l1 {	font-family: arial;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}
	a.l1:visited {
		text-align: center;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}
	a.l1:hover {
		text-align: center;
		font-weight: bold;
		color: #9d1a1a;
		text-decoration: none;
	}

