@font-face {
    font-family: Euphemia;
    src: url("../font/Euphemia.ttf");
}

div {
    font-family: Euphemia;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1a1a1a;
	text-align: center;
}
.BG_logo {
	background-color: #000;
}
body, td, th {
	color: #FFF;
	font-size: 12px;
}
.footer_font {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.table {
	background-color: #1A1A1A;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #999;
}
td, th {
	color: #FFF;
	font-size: 13px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.links a:link {
	color: #05a02a;
	text-decoration: none;
}
.links a:visited {
	color: #05a02a;
	text-decoration: none;
}
.links a:hover {
	color: #d2f7d5;
	text-decoration: none;
}
.links a:active {
	color: #05a02a;
	text-decoration: none;
}

/* µÑÇáºè§Ë¹éÒ */
.pagination{
padding: 5px;
}

.pagination ul{
margin: 0;
font-family: "Tahoma";
font-size: 14px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-top: 10px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #05a02a;
text-decoration: none; 
color: #05a02a;
background-color: #FFFFFF;
border-color: #05a02a;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #05a02a;
color: #05a02a;
border-color: #05a02a;
}

.pagination a.currentpage{
background-color: #05a02a;
color: #CCCCCC !important;
border-color: #05a02a;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #05a02a;
border-color: #05a02a;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}