body {
	margin: 0px;
	background-color: #999;
}
.brd {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FF6;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
}
.txt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
}
.txt2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	font-weight: bold;
}
a:link {
	color: #D42471;
	text-decoration: underline;
}
a:visited {
	color: #D42471;
	text-decoration: underline;
}
a:hover {
	color: #F90;
}
