a {	color : Red;}
a:link { color: blue; }
a:visited { color: blue; } 
a:hover { color: blue; } 

<style type="text/css">
<!--
.style1 {font-size: 24px}
.style2 {color: #FF0000}
.style3 {font-size: 36px}
.style4 {font-size: 36px}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin-left : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 18px;
}
html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}


