
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; }

.c_2 {

		position: absolute;
		bottom: 0px;

		padding: 20px;
		font-size: 22px;	

}

.c_3 {

	position: absolute;
	top: 30px;
	left: 30px;
		border: 0px solid;
		border-color: blue;



}