html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
	border: none;
}

a {
	color: #6C6C6C;
}

#header li a {
	color: #000000;
	text-decoration:none;
	margin:0 5px;
	display:inline-block;
}

.topics a {
	color: #000000;
	text-decoration:none;
	display:block;
}

a:hover {
	opacity: 0.8;
}

img a:hover {
	opacity: 0.8;
}

/*-------------TOPICS Font----------*/
/*IE*/
@font-face {
font-family: mplus-1c-regular;
src: url("../font/mplus-1c-regular.eot");
}
/* Firefox, Opera, Safari */
@font-face {
font-family:mplus-1c-regular;
src:url("../font/mplus-1c-regular.ttf") format("truetype")
}
/*--/TOPICS Font--*/