@charset "UTF-8";
/* CSS Document */
body{
	
}
#navi{
	
}
#content{
	padding:3px;
}


/* navi */
#navi table{

	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
#navi td {
	background:black;
	border:solid 1px white;
		text-align:center;
}
#navi tr a{
	color:white;
	text-decoration:none;

}
.member table{
	border:none;
}

#content table{

	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
#content td {
	background:black;
	border:solid 1px white;
		text-align:center;
}
#content tr a{
	color:white;
	text-decoration:none;

}

h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:red;
	text-decoration:none;

}

