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

@import url("*");

a:link {
    color: #000000;
	text-decoration: none;
}

a:visited {
    color: #000000;
	text-decoration: none;
}

a:hover {
    color: #ffcc00;
	text-decoration: none;
}

a:active {
    color: #ffcc00;
	text-decoration: none;
}

body {
	font-family: Arial, Verdana, sans-serif;
}

p.head0{
	color: black;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
} 

p.head1{
	color: black;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
} 

p.head2{
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
} 

p.menu1{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}