/* CSS Document */

<!--

/* white background black font 120x80 */
.whiteBlack120x80 {
	background-image: url(white-black-120x80.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 120px;
}
.whiteBlack120x80 a {
	display:block;
	height: 80px;
	width: 120px;
}
.whiteBlack120x80 a:hover {

}

/* white background black font 180x120 */
.whiteBlack180x120 {
	background-image: url(white-black-180x120.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 180px;
}
.whiteBlack180x120 a {
	display:block;
	height: 120px;
	width: 180px;
}
.whiteBlack180x120 a:hover {

}


/* white background black font 240x160 */
.whiteBlack240x160 {
	background-image: url(white-black-240x160.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 240px;
}
.whiteBlack240x160 a {
	display:block;
	height: 160px;
	width: 240px;
}
.whiteBlack240x160 a:hover {

}



/* white background blue font 180x120 */
.whiteBlue180x120 {
	background-image: url(white-blue-180x120.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 180px;
}
.whiteBlue180x120 a {
	display:block;
	height: 120px;
	width: 180px;
}
.whiteBlue180x120 a:hover {
}


/* white background blue font 120x80 */
.whiteBlue120x80 {
	background-image: url(white-blue-120x80.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 120px;
}
.whiteBlue120x80 a {
	display:block;
	height: 80px;
	width: 120px;
}
.whiteBlue120x80 a:hover {

}



/* white background blue font 240x160 */
.whiteBlue240x160 {
	background-image: url(white-blue-240x160.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 240px;
}
.whiteBlue240x160 a {
	display:block;
	height: 160px;
	width: 240px;
}
.whiteBlue240x160 a:hover {

}

-->
