
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #2b2b2b;
	color: #333333;
}

h1 {
	font-weight: normal;
	font-size: 36px;
}

.table_main {
	position: absolute;
	width: 100%;
	height: 100%;
}

.table_card {
	width: 416px;
	height: 250px;
	background-image: url(img/card.png);
	background-repeat:no-repeat;
}

.flw {
	width: 85px;
	height: 84px;
	background: url(img/trangle.png);
}

.pname {
	font-weight: normal;
	font-size: 13px;
	color: #676768;
}

.ptext {
	font-weight: normal;
	font-size: 13px;
	color: #010101;

}
img {
	border: none;
}

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

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}
