@charset "utf-8";
/* CSS Document */

a {
	font-size:36px;
	font-weight:bolder;
}

a:link {
	font-size: 36px;
	line-height: 110%;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	font-size: 36px;
	line-height: 110%;
	font-weight: bolder;
	text-decoration: underline;
}
a:hover {
	font-size: 36px;
	line-height: 110%;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	font-size: 36px;
	line-height: 110%;
	font-weight: bolder;
	text-decoration: none;
}
strong {
	font-size: 18px;
	line-height: 110%;
	text-decoration: underline;
}
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}

#content {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}
