body {
	background-image: url(../images/bg.gif);
	text-align: center;
	margin: 10px;
	padding: 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
}

a{
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#main {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

img {
	border: 0 solid white;
}

form {
	margin: 0;
}

td {
	font-size: 12px;
}

div#logo{
	margin-bottom: 10px;
}

div.container {
	background-color: white;
	width: 400px;
	margin-bottom: 10px;
}

div.text {
	padding: 10px;
}

select, option, input, textarea {
	font-size: 12px;
}

.shirt_size, .shirt_size option {
	font-size: 15px;
}

h3 {
	font-size: 12px;
	margin-top: 0;
}
