@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: local("Oxygen"), local("Oxygen-Regular"), url("https://fonts.gstatic.com/s/oxygen/v5/78wGxsHfFBzG7bRkpfRnCQ.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

*		{
		font-family:"Oxygen", Arial, Helvetica;
		font-size:14px;
		color:#000000;
		text-decoration: none;
		background-color: #DFDFDB;
		}

body		{
		margin-top:5px;
		margin-left:0px;
		text-align:left;
		}

h1, h2, h3, h3 a	{
		font-size:24px;
		}

h2		{
		margin-bottom:0pt;
		}

strong		{
		font-weight:bold;
		color:#000000;
		}

a		{
		color:#000000;
		}

a:hover	{
		color:#000000;
		text-decoration: underline;
		}

