.simpleButtonA {
	display: inline;
	width: auto;
}

.simpleButtonA a {
	background-color: #bfbcb0;
	text-decoration: none;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	border: solid black 1px;
}

.simpleButtonA a:visited, .simpleButtonA a:link {
	color: black;
}

.simpleButtonA a:hover {
	background-color: #E0E0E0;
}


body,td,a,div,.p {
	font-family: tahoma, arial, sans-serif
}

h1 {
	font-size: 3em;
}

div,td {
	color: #000000;
	font-size: 13px;
}

.boardstyle {
	border-collapse: collapse;
	border: solid black 1px;
}

.boardstyleheader {
	width: 50px;
	height: 50px;
	text-align: center;
}

.boardstyle TD {
	padding: 1px;
}


@media screen {
	.noprint_h {
		visibility: visible;
	}
}

@media print {
	.noprint_h,.leftPanel {
		display: none;
		visibility: hide;
	}
}
