
body {  background-color: #fff;}


a:link { 	text-decoration:none; color:#000; 	}
a:visited { color:#000; 	}


#d_cnt {

	position: absolute;
	top: 20px;

}

.c_1 {

		position: absolute;
		border: 0px solid;
		border-color: black;
		width: 210px;
		height: 210px;

}


.c_img {

		position: relative;
		border: 0px solid;
		border-color: black;
		left: 30px;

}

/* .c_1:hover {	border-color: black; } */

.c_1:hover {	color: red; }

.c_2 {
		
		position: relative;
		padding: 10px 10px 10px 10px;
		font-size: 22px;	
		text-align: center;
		bottom: 0px;
}