body{
	background: #66a1c0 url(url.png) no-repeat top left;
	background-attachment: fixed;
	color: #000000;
	font: 10pt/16pt georgia; /*helvetica; */
	margin-left: 80px;
	margin-right: 20%;
}

ul{
	list-style-type: square;
}

h1{
	margin-left: 10px;
	font-variant: small-caps;
	text-align: left;
	padding-left:30px;
	background: #5080a0 url(rightarrow.png) no-repeat left;
	color: rgb(255,255,255);
}

p{
	margin-left: 10px;
}


.section{
	border-style: hidden;
	padding-bottom: 10px;
}	

.prodname{
	font-weight: bold;
}



a:link{
	color: rgb(0,60,200);
	font-weight: bold;
}

a:hover{
	color: rgb(255,255,255);
	background-color: #5080a0; 
}

a:visited{
	color: rgb(0, 40, 100);
	font-weight: bold;
}
