body {
	margin-left :10%;
	margin-right :10%;
}
h1 {
	font-family :verdana,sans-serif;
	font-size :150%;
	font-weight :bold;
	color :black;
}
h2 {
	font-family :verdana,sans-serif;
	font-size :130%;
	font-weight :bold;
	color :black;
}
h3 {
	font-family :verdana,sans-serif;
	font-size :100%;
	font-weight :normal;
	color :black;
}
h4 {
	font-family :verdana,sans-serif;
	font-size :100%;
	font-weight :normal;
	color :black;
}
p {
	color:black;
	font-size:14pt; 
}
p.content{
	font-family :verdana,sans-serif;
	color :#000000;
	font-size :14pt;
	font-weight :normal;
	font-style :normal;
}
div.c3 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, sans-serif;
}
div.type {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, sans-serif;
}
td.type {
	font-family : verdana, sans-serif;
	font-size: 1.3em;
	font-weight : bold;
	font-style : normal;
}
screen {
	min-width :480px;
	max-width :960px;
}
div.fullWidth {
	width :80%;
}
@media only screen and (min-width: 375px) and (max-width: 667px) {
  body {
    font-size: 9.5pt;
  }
  div.content {
    width: 96ex;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 10pt;
    margin: 0 4em;
  }
  div.content {
    width: 96ex;
    margin: 0;
  }
}