@charset "UTF-8";


body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	color: #333;
}

.body_text 

{ 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 16px; 

	color: #666666
	
}
.body_text1 

{ 

	font-family: Helvetica, Arial, sans-serif; 

	font-size: 14px; 

	color: #FFFFFF
	
}

.body_text2 

{ 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 18px; 

	color: #666
}

.copyright 

{ 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 11px; 

	color: #FFFFFF
}

#images {
position: relative;
width: 890px;
height: 540px;
border: 0px dotted red;
padding-left: 10px;
padding-top: 10px;
overflow-x: scroll;
white-space: nowrap;
background-color: #FFFFFF;

}

#images img {
padding-right: 10px;
height: 500px;
}

A:active, A:link, A:visited

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #EB008B;

	text-decoration: none;

}

A:hover

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #666666;
	text-align: center;
}
