<style type="text/css">

body   {
  border: none;
  padding: 0;
  margin: 0;
  background=#FFBA39;
}

@font-face {
    font-family: font1;
    src: url(./mi_server/fonts/OpenSans-CondBold.ttf);

    font-family: font2;
    src: url(./mi_server/fonts/OpenSans-CondLight.ttf);

    font-family: font3;
    src: url(./mi_server/fonts/OpenSans-CondLightItalic.ttf);
}

a {
     text-decoration: none;
	color: #800000;
	font-size: 16pt;
     font-family: font3;
}
a:visited { 
     text-decoration: none;
	color: #777777;
	font-size: 16pt;
}
a:hover { 
     text-decoration: none;
	color: #008000;
	font-size: 16pt;
}
a:active { 
     text-decoration: none;
	color: #800080; 
	font-size: 16pt;
} 

a.box {
	color: #000000;
	font-size: 14pt;
}
a.box:visited { 
	color: #008000;
	font-size: 14pt;
}
a.box:hover { 
	color: #BBBBBB;
	font-size: 14pt;
}
a.box:active { 
	color: #800080; 
	font-size: 14pt;
}

a.ybg {
	color: #DDDDDD;
	font-size: 10pt;
}
a.ybg:visited { 
	color: #000080;
	font-size: 10pt;
}
a.ybg:hover { 
	color: #008000;
	font-size: 10pt;
}
a.ybg:active { 
	color: #800080; 
	font-size: 10pt;
}


table {
  border: none;
  padding: none;
  spacing: none;
}
th { 
  border: none;
  text-align: center;
  font-weight: bold; 
  font-size: 10pt;
  font-family: times; 
  color: #000000;
}
th.head { 
  border: none;
  border-top-left-radius: 18pt;
  border-bottom-right-radius: 18pt;
  text-align: center;
  font-weight: bold; 
  font-size: 16pt;
  font-family: font2; 
  color: #000000;
}
td.descr { 
  border: none;
  border-top-left-radius: 18pt;
  border-bottom-right-radius: 18pt;
  text-align: center;
  font-weight: bold; 
  font-size: 14pt;
  font-family: font3; 
  color: #000000;
  background: linear-gradient(to right, #FFFFFF, #FFFFDD);
}
th.topic { 
  border: none;
  border-top-left-radius: 24pt;
  border-bottom-right-radius: 24pt;
  text-align: center;
  font-size: 18pt;
  font-family: font1; 
  color: #000000;
  background: linear-gradient(to right, #FFBA39, #FFFFFF);
}
td { 
  border: none;
  font-weight: normal; 
  font-size: 10pt;
  font-family: helvetica; 
  color: #000000;
}
td.mishow { 
  border: none;
  font-weight: bold; 
  font-size: 16pt;
  font-family: Copperplate; 
  color: #000000;
  text-align: right;
  background-color: #FFBA39;
}
td.miget { 
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: normal; 
  font-size: 16pt;
  font-family: arial; 
  color: #DDDDDD;
}
input.miget { 
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: normal; 
  font-size: 16pt;
  font-family: arial; 
  color: #DDDDDD;
}
tr { 
  border: none;
  padding: none;
  spacing: none;
}
input.show { 
  border-color: #000000;
  border-width: 3px;
  border-style: groove;
  border-radius: 24px;
  font-size: 16pt;
  font-face: helvetica;
  color: #111111;
  background-color: #FFBA39;
}
input.click { 
  border-color: #000000;
  border-width: 3px;
  border-style: groove;
  border-radius: 24px;
  font-size: 21pt;
  font-face: helvetica;
  color: #FFFFFF;
  background-color: #C00000;
}
input.pick { 
  height: 1.5em;
  width: 1.5em;
}
option { 
  font-weight: normal; 
  font-size: 8pt;
  line-height: 8pt; 
  font-family: helvetica; 
  color: #000000;
  background-color: #C0FFC0;
}
select { 
  font-weight: normal; 
  font-size: 8pt;
  line-height: 8pt; 
  font-family: helvetica; 
  color: #000000;
  background-color: #C0FFC0;
}
</style>
