
html {
   font-family: 'PT Sans Narrow', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 132%;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

a.menufirst {
  color: #dd0000;
  text-decoration: none;
  font-size:1.1em;
}
a.menufirst:hover,
a.menufirst:focus {
  font-size:1.1em;
  color: #dd0000;
  text-decoration: underline;
}
a.menufirst:focus {
  font-size:1.1em;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.menusec {
  font-size:1.1em;
}
a.menusec:hover,
a.menusec:focus {
  font-size:1.1em;
  color: #dd0000;
  text-decoration: underline;
}
a.menusec:focus {
  font-size:1.1em;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.head{
  font-weight:bold;
  font-size:1.2em;
}

a.head {
  font-weight:bold;
  font-size:1.1em;
  color: #333;
  text-decoration:none;
}

a.head:visited {
  font-weight:bold;
  font-size:1.1em;
  color: #333;
  text-decoration:none;
}

a.head:active {
  font-weight:bold;
  font-size:1.1em;
  color: #333;  
  text-decoration:none;
}

a.head:focus {
  font-weight:bold;
  font-size:1.2em;
  color: #333;  
  text-decoration:none;
}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
margin: 0 auto;
}     





