
@font-face {
    font-family: 'Noto';
    src: url('fonts/NotoSans-Regular.ttf') format('truetype');
}
  
A {
	text-decoration:none;
}
A:VISITED {
 	color:#996600;
 }
A:LINK {
	color:#336699;
}
A:HOVER
{
	text-decoration: underline;
}

H2 {
	font-size:1.4em;
}

BODY {
 	background-color:#fff;
 	font-family: 'Noto', Arial, Helvetica, Sans-Serif;
 	font-size:1.08em;
}

IMG {
	border-style:none;
}

