@charset "UTF-8";
/* CSS Document */

div {
	background-color:#000;
	width:150px;
	height:150px;
	float:left;
	margin-left:12px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-family:Candara, Geneva, Arial, sans-serif;
	font-size:11pt;
	color:#FFF;
}
div.nav {
	margin-left:5px;
	width:23px;
	height:150px;
	float:left;
}

a:link {
color: #FFF;
border:0;
image-decoration:none;
text-decoration:none;
}
a:visited {
color:#3CF;

image-decoration:none;
text-decoration:none;
}
a:hover {
color: #FFF;

image-decoration:none;
text-decoration:none;
}
a:active {
color: #FFF;

image-decoration:none;
text-decoration:none;
}
img.resize {
	margin-top:5px;
	width: 125px;
	height: auto;
	float:center;
	border-style:none;
}
img.arrow {
	margin-top:60px;
	width: 20px;
	height: 20px;
	float:center;
	border-style:none;
}

