.menu_h {
	background-color: #0066FF;
	border: thick outset #666666;
	color: #66FF00;
	font-weight: bold;
}
.menu_c1 {
	background-color: #999900;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.menu_c2 {
	background-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
a {
	text-decoration: blink;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}

body {
	background-image: url(../img_p/images3.jpg);
	background-repeat: repeat;
}