/* styles.css */
body {
	/*font-family: Arial, sans-serif;*/
	background-color: #f2f2f2;
}




h1 {
	text-align: center;
	color: #333;
	font-size: 200%;
	color: #FF0000;
}


.neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}


p {
	
	color: #666;
}

table {
	border: 1px solid black;
	width: 100%;
}


table.td {
	border: 0px solid black;
}

.h1_d {
	text-align: center;
	color: #333;
	font-size: 400%;
	color: #FF0000;
}

.mail_to {
	text-align: right;
	font-size: 100%;
}

.mail_to_m {
	text-align: right;
	font-size: 200%;
}

.footer {
	font-size: 5px;
}
.center_all {
	text-align: center;
}

.all_size_text {
	font-size: 150%;
}

.text_b {
	text-align: center;
	font-family: Arial;
	font-size: 25px;
	color: blue;
}

.pic_home_1 {
	width: 40%;
	height: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pic_home_2 {
	width: 80%;
	height: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pic_home_1 {
	width: 60%;
	height: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pic_bord_1 {
	border: 10px solid #ffd700;
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

.pic_bord_2 {
	border: 10px solid #ffd700;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
