a:link {color: #FF9900}
a:visited {color: #996600}
a:hover {color: #669900}

.lineH {color: #666666; font-size:9pt; line-height:200%}
.lineH02 {color: #666666; font-size:9pt; line-height:200%; font-weight:bolder}
.word {color: #666666; font-size:9pt}
.title {color: #ffffff; font-size:9pt; font-weight:bolder}
.goodname {color: #534741; font-size:9pt; font-weight:bolder}
.goodname01 {color: #CC0000; font-size:9pt; font-weight:bolder}
.title01 {color: #990000; font-size:11pt; font-weight:bolder}
.important{color: #990000; font-size:9pt; font-weight:bolder}

#container
{
	text-align:left;
	padding-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

#middlecontent
{
	padding-top:2em;	
	text-align: center;
	width:100%;
}

h1
{
	margin-left:2em;
	text-align:left;
	padding:10px;
	font-size: 2.5em;
	font-weight: lighter;
	color: #D00073;
	letter-spacing: -2px;
}

p
{
	text-align:left;
	line-height: 1.8em;
	padding:10px;
}

#picturelist {
width:420px;
height:400px;
margin-top:30px;
margin-bottom:30px;
text-align:left;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
list-style:none;
float:left;
margin-right:20px;
margin-bottom:10px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:2px solid #CE3095;
}

#picturelist img:hover{
border:2px solid #F4C0DA;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}


#paginglist
{
	height:30px;
	list-style:none;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 0.8em;
	font-weight:bold;
	color: #D00073;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:5px solid #D00073;
}