/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
body {
	font: normal 90%/130% helvetica, arial, sans-serif;
	padding: 90px;
	color: #000;
	background: #fff;
	line-height: 25px;
}
h1 {
	visibility: hidden;
	position: absolute:
	top: 0;
	right: 0;
	width: 0;
	height: 0;
}
p {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 35px 0;
	width: 500px;
}
a {
	color: #fff;
	text-decoration: none;
	background: #3399CC;
	padding: 5px 10px;
	margin: 0 5px;
}
a:hover {
	background: #F26B12;
}
del {
	text-decoration: line-through;
}

