


@charset "utf-8";


.start a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.start {
	margin: 8px;
}

.start a:hover {
	background-color: #EFEFEF;
	text-decoration: none;	
}

.topMenu {
    font-size: 13px;
    font-weight: bold;
}


