/* form */

form.gb {
	background-color: #FFEEAA;
	padding: 15px 15px 15px 15px;

	border-color: #AA1111;
	border-width: 1;
	border-style: solid;
}

td.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

input.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;

	border-color: #AA1111;
	border-width: 1;
	border-style: solid;
}

textarea.gb {
	font-family: Georgia, "Times New Roman", Times, serif;

	border-color: #AA1111;
	border-width: 1;
	border-style: inset;
}

/* text */

h1.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}

h2.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 0px;
}

p.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

span.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

hr.gb {
	border: 0;
	height: 2px;
	color: #AA1111;
	background-color: #AA1111;
}

/* anchors */

a.gb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #992211;
	text-decoration: none;
}

a.gb:hover {
	text-decoration: underline;
}
