@charset "UTF-8";
/* CSS Document */

body { 
	background-image:url('spoofcard.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 10%; 
}

a:link {
	font-family: tahoma;
	font-weight: bolder; 
	font-size: 64px;
	text-decoration: underline;
	word-spacing: -5px;
	letter-spacing: -5px;
}

a:visited {
	font-family: tahoma;
	font-weight: bolder; 
	font-size: 64px;
	text-decoration: underline;
	word-spacing: -5px;
	letter-spacing: -5px;
}

a:hover {
	color: #330066;
	font-family: tahoma;
	font-weight: bolder;
	font-size: 64px;
	text-decoration: underline;
	word-spacing: -5px;
	letter-spacing: -5px;
}

a:active {
	color: #0000FF;
	font-family: tahoma;
	font-weight: bolder; 
	font-size: 64px;
	text-decoration: underline;
	word-spacing: -5px;
	letter-spacing: -5px;
}

.top {
	font-family: tahoma;
	font-weight: bolder; 
	font-size: 102px;
	line-height: 80px; 

}

.middle {
	font-family: tahoma;
	font-weight: bolder;
	line-height: 68px; 
	font-size: 80px;
	word-spacing: -5px;
	}

.bottom {
	font-family: tahoma;
	font-weight: bolder; 
	font-size: 50px;
	line-height: 40px; 
}

.previous {
	font-family: tahoma;
	font-weight: bolder; 
	font-size: 38px;
	line-height: 35px; 
}