.style1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
A:link {color:#0000FF;}
A:visited {color:#0000FF;}
A:active {color:#0000FF;}
A:hover {color:#0000FF;}


#characterback {
	text-align:center;

}
#shopheader {
	font-size: 18px;
	background-color: #00FF00;
	border: thin solid #000000;
	font-weight: bold;

}
#shoptext {
	width: 284px;
	position: relative;
	border: thin solid #000000;
}
#shoptext p {
	padding: 4px;
	margin: 0px;
}
#newswrapper {
	border: medium solid #000000;
}
#newswrapper p {
	padding-left: 8px;
	text-align: left;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-right: 8px;
}
#newswrapper h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	background-color: #00FF00;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}



#shoptext h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #00FF00;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#normalpagetext {
	text-align: left;
	padding-left: 9px;
}
