@charset "utf-8";

body{
	text-align:center;
}

#container{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#boxleft{
	width:250px;
	float:left;
}

#boxright{
	width:450px;
	float:left;
}

#boxunder{
	width:700px;
	clear:both;
}

th {
	color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
	border-top-style: none;
	border-left-style: none;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: small;
	border-bottom-style: none;
}
p {
	font-size: small;
}


td {
	padding-left: 10px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


a:link {
	text-decoration: none;
	font-weight: bold;
	color: #ff961e;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ff961e;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff961e;
}
