/* CSS Document */
body {
	background-color: #000066;
}
.textbox {
	font-family: Arial;
	font-size: 18px;
	color: #0000CC;
	border: 3px solid #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #FFFFCC;
	width: 700px;
}
.text {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.link {
	font-family:  Arial;
	font-size: 24px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.link2 {
	font-family:  Arial;
	font-size: 24px;
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
 }
a:hover, a:active { color: #FF00FF; text-decoration: underline; }
.thumb { border: 2px solid #000000; }
.copyright {
	font-family: Aria;
	font-size: 9px;
	color: #FFFFFF;
}
.tabel1 {
	background-color: #99CCFF;
	border: 2px solid #FFFFCC;
}
h1 {
	font-family: Impact;
	font-size: 75px;
	color: #000066;
}
.recipcell {

	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	border: 1px solid #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #FFFFCC;
}
.recip1 {
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}
.recip2 {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}

