body {
	background-color: #010070;
	margin: 0px;
}
.welcome {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #00004F;
}
.joinnow {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
a.joinnow:link {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FEF233;
	font-weight: bold;
	text-decoration: underline;
}
a.joinnow:visited {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FEF233;
	font-weight: bold;
	text-decoration: underline;
}
a.joinnow:hover {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.joinnow:active {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.blines {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
a.blines:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.blines:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.blines:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
a.blines:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}