a {
	color: #FFFF00;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.scroll_frame {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    width: 100%;
    height: 100%;
}
