<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Dax-Regular;
  src: url('../font/dax-regular-1361513784.ttf');
}

body{
	margin:0;
	font-family:Dax-Regular;
	background-color:#FFF;
}

#table_menu{
	width:100%;
	height:120px;
	position:fixed;top:0;bottom:0;left:0;right:0;
}

#table_menu a{
	text-decoration:none;
	color:#474340;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:Dax-Regular;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}

#table_menu a:link, #table_menu a:visited {
/* some other CSS here... */  
    -webkit-transition: color 0.5s linear;  
    -moz-transition: color 0.5s linear;  
    -o-transition: color 0.5s linear;
}

#table_menu a:hover{
	color:#AAA;
	/*background:url(../images/bg_hov.png) no-repeat center;*/
}

#section_table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Dax-Regular;
	font-size:15px;
}

#section_table a{
	text-decoration:none;
	padding:10px;
	color:#000000;
}

#section_table a:hover{
	color:#FFFFFF;
	background-color:#949282;
	border-radius:5px;
	cursor:pointer;
}
</pre></body></html>