@charset "utf-8";
/* CSS Document */
.contact{
	background-color: #000;
	height: 150px;
	width: 515px;
	margin-left: 10px;
	margin-top: 30px;
	border: 2px solid #FF0000;
	z-index: 4;
}
.thumbs{
	height: 120px;
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.concopy{
	height: 140px;
	margin-top: 10px;
	width: 380px;
	float: left;
	color: #F00;
}
.cred-phone{
	color: #0000FF;
	font-weight: bold;
	margin-top: 15px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 50px;
}

.cred-phone a:link{
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
.cred-phone a:visited{
	color:#0000FF;
	font-weight: bold;
}
.cred-phone a:hover{
	color:#0000FF;
	font-weight: bold;
	background-color: #999999;
}
.cred-phone a:active a:focus{
	color:#6699FF;
	font-weight: bold;
}

.access{
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin-top: 10px;
	margin-left: 100px;
}
