@charset "utf-8";
/* CSS Document */

/*properties of all pages except index*/
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}

:-moz-any-link:focus 
		{
  		outline: none;
		}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
/*properties of examples of mailart*/
.artspace {
	height: 70px;
}
.artist {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 40px;
}

/*properties of examples of fire cracker paintings*/
.fire {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 70px;
}
.ptgspace {
	height: 33px;
}
.boxline {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.btmlk {
	font-size: 12px;
	color: #666666;
}
.stampsale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 60px;
	padding-right: 60px;
}

.fat {
	text-align: left;
	padding-bottom: 20px;
}
.maptxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
.maptxt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
.maptxt a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.maptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}