<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ** ** ** ** ** ** ** ** base css ** ** ** ** ** ** ** ** */

body,html{
    background : #fff;
    margin : 0;
    padding : 0;
}

body.index{
	background : #b0bdc6;
}

div, p, a, input, textarea, label, table, td,tr, b,span, ul, li, h2, h1, h3, h4{
	margin : 0;
	padding : 0;
}

body{
    font: 62.5%/1 Tahoma; /* now 1em = 10px */
line-height: 14px;
}

a{
    color : #0079BF;
    cursor : pointer;
    outline : none;
}

a:hover{
    text-decoration : none;
}

img{
    border : none;
	vertical-align : middle
}

input{
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6{ 
    font-weight : normal;
}

ul{
    list-style : none;
}</pre></body></html>