﻿@charset "UTF-8";
body {
	background-color: #FFFFFF;
	padding-left:20px;
	padding-right:20px;
	background-repeat: repeat-y;
}
h1{
	color:navy;
	text-align: center;
}
h2{
	color:navy;
	text-align: center;
	font-size:larger;
	font-weight:bold;
}
.line{
	color:#99bbee;
	text-align: center;
}
.attention{
	color:red;
}
