body { font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	margin: 20px, 20px ;
	background-image: url(../images/bg-tips.gif);
	background-repeat: repeat 
	}
a:link {  color: Black }
a:visited {  color: Blue }
a:hover {  color: Navy }
a:active {  color: Teal }
h1 { color: #996633;
	padding-top: 10px;
	padding-bottom: 5px ;
	background-color: #b7b9fb ;
	border-color: #cccc33 #cc9933;
	border-width: thin;
	font-weight: 500;
	font-family: "Arial Narrow";
	border: thin outset;
	text-align: center 
	}
h2 { color: #996633;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #bfedec;
	border-color: #99cc33 #996633;
	border-width: thin;
	font-family: "Comic Sans MS";
	border: thin inset;
	text-align: center 
	}
blockquote {  font-family: "Book Antiqua";
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	}
.smaller {
	font-size: smaller;
	}
ul { list-style-image: url(bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px 
	}
table {
	border-right-width: 10px;
	border-left-width: 20px;
	border-color: Aqua;
	border-style: ridge;
	font-family : "Times New Roman", Times, serif;
	background-color : transparent;
	text-align: left;
	}
#address {
	position: absolute;
	left: 300px;
	width: 500px;
	top: 128px;
	}
#backlinks {
	position: absolute;
	left: 300px;
	width: 500px;
	top: 300px;
	}
#copyright {
	font-size: xx-small;
	}

<script type="text/javascript" language="JavaScript">
<!--
var newWin	//declare global 
function newWindow(bigPic,picWidth,picHeight){
	//get coord for window centering
	var windowleft = (screen.width - picWidth)/2;
	var windowtop = (screen.height - picHeight)/2;
	//set the window open setting
	var settings = '"toolbar=no, directories=no, menubar=no, scrollbars=no, resizeable=no, status=no, width='+picWidth+', height='+picHeight+', left='+windowleft+', top='+windowtop+'"'
	//if window open, close it
	if (newWin && !newWin.closed) {
		newWin.close() }
	//finally, open the window 
  	newWin = window.open('','newWin',settings );
	//set the doc property to no margins
	newWin.document.write("<body leftmargin='0' topmargin='0'></body>"); 
    newWin.document.write("<img src=",bigPic,">");
  	newWin.focus();
}
//-->
</script>

