@charset "utf-8";
/* CSS Document */

.adverts{
	display: block;
	width: 140px;
	background-image: url(/Fireworks/AdBackground.jpg);
	background-repeat: no-repeat;
	height: 2100px;
	margin-top: 0px;
	padding-top: 10px;
	border: none:
	}
	
.adverts ul{
	list-style-type: none;
	padding-left: 0;
	margin-top: 25px;
	margin-left: 10px;
	border: none;	
	}

.adverts a{
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
	
.adverts a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	}
	
.advertsstrong {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
