div{
	width: 300px;
	height : 250px;
	font-family: sans-serif;
	font-size: 11px;
	vertical-align : middle;
	color : Navy;
	Z-INDEX: auto; 
	position: absolute;
	text-align : center;
 }

BODY {
	margin-top : 0;
	margin-left : 0;
	margin-bottom : 0;
	margin-right : 0;
}

A {
	text-decoration: none;
	background-repeat : no-repeat;
	color : Blue;
	font-size : 13px;
	font-family : sans-serif;
	font-weight : bold;
}
A:HOVER{
	color: Red;
}
A:ACTIVE{
	color: Blue;
}
A:VISITED {
	color : Navy;
}
ul           { list-style-image: url('li.GIF'); }