 color: #363; font-size: 12px; font-family: Helvetica; line-height: 18px;   color: #363; font-size: 12px; font-family: Helvetica; font-weight: bold; line-height: 18px; text-decoration: underline;  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Sky Background Example - 2</title>
<style type="text/css">
html {
	background: #73add7 url(../../../../../examples/images/gradient.gif);
}
body { padding: 0; margin: 0; color: #000; font-size: 13px; font-family: Helvetica; line-height: 18px; background-image: url(../sky.jpg); background-repeat: repeat-x; background-position: center 0; width: 100%; display: table; }
#content {
	width: 852px;
	margin: 205px auto 0;
	background: #fff;
	border: solid 1px #ccc;
	padding: 20px;
}
h1 {
	margin: 0;
	padding: 0;
}
a:link { color: #363; font-size: 12px; font-family: Helvetica; font-weight: bold; line-height: 18px; text-decoration: none !important; }
a:visited { color: purple ; font-size: 12px; font-family: Helvetica; line-height: 18px; text-decoration: none; }
a:hover { color: #363 ; font-size: 12px; font-family: Helvetica; font-weight: bold; line-height: 18px; }

