.css {
	position: static;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	text-align: justify;
	vertical-align: text-top;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
	padding: 20px;
	line-height: normal;
	font-style: normal;
	margin: 10px;

}
a:link {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #FFFF00;}

}