@CHARSET "UTF-8";

#left_link{
	float : left;
	width : 200px;
	/* height : 3000px; */
	background-color : honeydew;
	overflow: hidden;
	padding : 10px;
	margin : 0px;

}
#left_link h1 {
	margin-top : 0px;
	font-size : 30px;
	color: rgb(255,208,0);
	background-color : black;
	/* text-shadow : white 2px 2px 2px ; */
	height : 40px;
	text-align: center;
	box-shadow : 3px 3px 1px ivory ,  3px 3px 1px ivory;
}
#left_link h3{
	margin-top : 0px;
	font-size : 20px;
	color: rgb(255,208,0);
	background-color : rgb(0,0,0);
	/* text-shadow : white 2px 2px 2px ; */
	height : 30px;
	text-align: center;
	box-shadow : 3px 3px 1px ivory ,  3px 3px 1px ivory;
}
#left_link h5{
	margin-top : 0px;
	font-size : 18px;
	color: rgb(255,255,255);
	background-color : rgb(0,0,0);
	/* text-shadow : white 2px 2px 2px ; */
	height : 20px;
	text-align: center;
	box-shadow : 3px 3px 1px ivory ,  3px 3px 1px ivory;
}

#left_link .javascript_banner img{
	width : 180px;
	border : solid 1px;
	box-shadow : 3px 3px 3px gray , inset 1px 1px 3px white;
}
#left_link .android_banner img{
	width : 50px;
	height : 50px;
	border : solid 1px;
	box-shadow : 3px 3px 3px gray , inset 1px 1px 3px white;
}
