<STYLE type="text/css">
<!--
/*------- Common -----------*/



p
{
font-family: Arial;
}

h1
{
font-family: Arial;
font-size: 14pt;
font-weight: bold;
} 

h2
{
font-family: Arial;
font-size: 13pt;
font-weight: bold;
}

h3
{
font-family: Arial;
font-size: 12pt;
font-weight: bold;
}

h4
{
font-family: Arial;
font-size: 12pt;
font-weight: bold; 
}


h5
{
font-family: Arial;
font-size: 16pt;
font-weight: bold; 
}

h6
{
font-family: Arial;
font-size: 12pt;
font-weight: bold; 
}




img {   max-width: 100% !important;
    height:auto;
    
}


.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}



a:link
{
	color:green;
	text-decoration: none;
}

a:visited 
{
	color:green;
	text-decoration: none;

}

a:hover {
 color:red; 
background:yellow;
 text-decoration: underline; 
}


body
{
font-family: Arial;
max-width: 900px;
    min-width: 290px;
    width: 100%;
    margin: 0 auto;

}



//-->
</STYLE>