@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#e0e0e0;
}

#left_noodle {
	margin-left:0;
	text-align:left;
	font-weight:1000;
	color:#C60;
	text-decoration:none
}

#right_noodle {
	text-align:right;
	font-weight:1000;
	color:#C60;
	text-decoration:none
}

#noShow {
	color: #000;
	text-decoration: none;
}

h1{
	margin-top:25px;
	margin-bottom:0;
	font-size:24px;
	padding: 0;
}
h2{
	font-size:17px;
	margin-top:5px;
	margin-bottom:0;
	padding: 0;
}

h5{
	font-size:20px;
	text-align:right;
	color:#CCC
}

p{
	text-align:left;
}

#grey{
	color:#999;
}

