html {		margin: 0;
		padding:0;
		height: 100%;
}

body {		background-color: #ffffff;
		font: normal 24px Trebuchet MS, Geneva, Verdana, Arial, Helvetica, Sans-Serif;
		margin: 0;
		text-align: center;
		height: 100%;
		width: 100%;
}

.horizontal {	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 1em auto 0;
		line-height: 1.4em;
		height: 100%;
		width: 960px;
}

.vertical {	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 2em;
		height: 10em;
		width: 100%;
}
.why {		text-align: justify;
		height: 100%;
		width: 63%;
}
.ta-c {		text-align: center; }
.ta-l {		text-align: left; }

a:active {	color: #456789; }
a:link {	border: 1px solid #ffffff;
		background-color: #ffffff;
		color: #ff8833;
		padding: 0 2px 0 2px;
		text-decoration: none;
}
a:visited {	border: 1px solid #ffffff;
		background-color: #ffffff;
		color: #993300;
		padding: 0 2px 0 2px;
		text-decoration: none;
}
a:hover {	border: 1px solid #ffcc99;
		padding: 0 2px 0 2px;
}
