@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#333;
}
a img {
	border-width:0px;
}
a:hover {
	text-decoration:underline;
}
body {
	margin:0px;
	background-image:url("../images/back_tile.gif")
}
.font_heading {
font-size:16px;
color:#333
}
.font_black {
font-size:11px;
color:#000
}


