/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
	margin: 0; padding: 0; border: 0;}
	
body {
	background-color: #86a3ca;
	margin-top: 0px;
	background: url(bg.png);
	background-repeat: repeat-x;
	text-align: center;
}


/* Div tag */
.h0 {
	text-align: center;
	}

.h2 {
	height: 20px;
	}
	
.h3 {
	height: 300px;
	}
	
/* Image */

img.img_border, a img.img_border {
	border: 4px solid #ffffff;
	}
a:hover img.img_border{
	border-color: #ffffff;
	}

/* Tab_txt */
	
.h_txt {
	font: "Times New Roman";
	font-size: 18px;
	color: #ffffff;
	}
	
.footer_txt {
	font: "Times New Roman";
	font-size: 16px;
	color: #ffffff;
	text-align: leftl;
	}
	
.footer_txt a {
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	}
	
.footer_txt a:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #ffffff;
	}