body {
	background-color: transparent;
	font-family: tahoma, arial;
	font-size: small;
}

table {
	font-size: small;
}

a {
	color: #222288;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000044;
}

h3 {
	font-weight: lighter;
	font-size: larger;
	font-family: Tahoma, Arial;
	letter-spacing: 0.2em;
}

table.letters {
	position: relative;
	width: 90%;
	left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: larger;
}
div.msg {
	border: 1px solid;
	background-color: #BBBBFF;
	margin: 5px;
	padding: 10px;
}

table.reg {
	margin: 10px;
}

div#letter_box {
	border: 1px solid;
	background-color: #BBBBFF;
	margin: 10px;
}

div#country_box ul {
	list-style: none;
}

div#country_box ul  li{
	padding-bottom: 0.2em;
}

div#country_select {
	text-align: center;
	font-size: larger;
	padding: 10px;
}

div.bold {
	font-weight: bold;
	padding: 0.2em;
}