
body {  background-color: white;}


a:link { 	text-decoration:none; color:#000; 	}
a:visited { color:#000; 	}


#d_cnt {

	position: absolute;
	top: 20px;

}

.c_1 {

		position: absolute;
		border: 1px solid;
		border-color: #c7c5c5;

		width: 350px;
		height: 350px;
		/* background-image:url('data/_stuff/spk_th_bk.jpg'); */


}
/* .c_1:hover {	border-color: black; } */
.c_1:hover {	color: red; }


/* text */
.c_2 {

		position: absolute;
		bottom: 40px;
		left: 30px; 
		padding: 0px;
		font-size: 22px;
		border: 0px solid;
		border-color: blue;
		font-family: Arial;
}

.c_desc {

		position: absolute;
		bottom: 15px;
		left: 30px; 
		padding: 0px;
		font-size: 18px;
		border: 0px solid;
		border-color: blue;
		overflow: hidden;

}

.c_new{

	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 18px;
	font-family: Arial;
	color: white;
	background-color: red;
	padding: 5px;

}

/* image */
.c_3 {

	position: absolute;
	top: 20px;
	left: 30px;
		border: 0px solid;
		border-color: blue;

}

