body {
	font-faimly: Times New Roman Bold, Times New Roman, serif;
}

a {
	color: #09F;	
}
a:visited {
	color: #09F;
}
.textcenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.title {
	font-size: 28px;
	margin-top: 5px;
	color: #09F;
	text-align: center;
}
.title2 {
	font-size: 28px;
	margin: 5px 15px 0px 15px;
	color: #09F;
	text-align: center;
	font-size: 18px;
}
.logo {
	text-align: center;
}
.header {
	text-align: left;
}
.bodymain {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	font-size: 14px;
}

.bodymain img {
margin: 7px 7px 7px 7px;	
}
.bodylist {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}
.navlist li { 
text-decoration: none; 
color: #666;
}
.navlist li a { 
text-decoration: none; 
color: #666;
}

.navlist li:hover { 
text-decoration: none; 
}

.navlist li:visited {
color: #666;
}
.footer {
color: #fff;
text-align: center;
font-size: 12px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;	
}
.footer a:visited {
	color: #ffffff;	
}

.arttitle {
	text-align: center; 
	font-size: 18px;
	font-weight: bold;
}

.arttext {
	margin-left: 100px;
	margin-right: 100px;
	text-align: justify;
	font-size: 16px;
	font-weight: 600;
}
.arttext img {
margin: 7px 7px 7px 7px;	
}