/* N?fUCpCSS*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}
.title h2{
	margin:0px;
	float: left;
}
.menu h2{
	margin:1px;
	font-size: 14px;
	font-style: italic;
	font-family: "MS UI Gothic", Times, sans-serif;
	float: left;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000099;
	text-align: center;
	margin: 0px;
}	
h2 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
a {
	text-decoration:none;
}
a:link{
	color:#ffff00;
}
a:visited{
	color:#ffff00;
}
a:hover{
	color: #ff0000;
}
a:active{
	color:#ffff00;
}
h2 a {
	display: block;
	width: 85px;
	background-color:#0000ff;
	border:solid 2px;
	border-color:#6699ff #000099 #000099 #6699ff;
	text-align: center;
}
h2 a:hover {
	background-color:#0000ff;
}
h2 a:active {
	border-color:#000099 #6699ff #6699ff #000099;
}

