
body {
	margin-left : 10%;
	margin-right : 10%;
}
body {
	background-color : transparent;
	font-family : verdana, sans-serif;
	font-weight : normal;
	font-size: 14pt;
}
h1 {
	font-family : verdana, sans-serif;
	color : #000080;
	background-color : transparent;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
}
h2 {
	font-family : verdana, sans-serif;
	color : #000080;
	background-color : transparent;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
}
.content {
	font-family : verdana, sans-serif;
	color : #000000;
	background-color : transparent;
	font-size : 14pt;
	font-weight : normal;
	font-style : normal;
}
.type {
	font-family : verdana, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
}
a:link {
	color : #000080;
	text-decoration : underline;
	background-color : transparent;
}
a:visited {
	color : #800080;
	text-decoration : underline;
	background-color : transparent;
}
a:hover {
	color : #ff0000;
	text-decoration : underline;
	background-color : transparent;
}
a:active {
	color : #008000;
	text-decoration : underline;
	background-color : transparent;
}

#ga_block  { 

width : 300px; 

background-color : #ffffff; 
} 
 #ga_block img  { 

display : block; 

border : none; 
} 
 #ga_block #ga_title  { 

font : normal normal 18px Verdana, sans-serif; 

border : none; 

margin : 4px 0 0 0; 
} 
 #ga_block #ga_title a  { 

text-decoration : none; 

color : #1389B7; 
} 
 #ga_block #ga_text  { 

font : normal normal 18px Arial, sans-serif; 

border : none; 

margin : 4px 0 0 0; 

width : 100%; 

overflow : auto; 
} 
 #ga_block #ga_text a  { 

text-decoration : none; 

color : #000000; 
} 
 #ga_block #ga_text p  { 

margin : 4px 0; 
} 
 #ga_block #ga_text img  { 

display : block; 

position : relative; 

float : left; 

border : none; 

margin : 0 1em 1em 0; 
} 

@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;
  }
}