body {background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 2;
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

#pic {
	background-color: #FFFFFF;
	left: 5px;
	position: relative;
	top: 10px;
	width: 250px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px dashed #000000;
	display: block;
	height: 170px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 250px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 350px;
	left: 225px;
	position: absolute;
	top: -80px;
	width: 500px;
}

A:VISITED {
	font-family : Tahoma, Verdana;
	font-size : x-small;
	text-decoration : none;
	color : #0000ff;	
}


A:LINK {
	font-family : Tahoma, Verdana;
	font-size : x-small;
	text-decoration : none;
	color : #0000ff;
}

A:HOVER {
	font-family : Tahoma, Verdana;
	font-size : x-small;
	text-decoration : underline overline;
	color : #0000ff;
}

