* {
  box-sizing: border-box;
  word-wrap: break-word;
  font-family:arial,georgia,verdana,tahoma;
}

/* Common Text settings */
body{
	font-size:1em;
	/*line-height:1.3em;*/
	color:#595959;
	padding:0.25em 0.75em 0em 0.75em;
	/*padding:0;*/
	margin:0;
	} 
p{margin-top:1em;}
ul, ol {padding:0 0 0 1em}
li{margin-bottom:0.2em}	

a{text-decoration:none}
a:hover{text-decoration:underline}
a:link{color:#3366AA}
a:vlink{color:#9966CC}

h1{color:#673;font-size:1.4em;font-family:arial;margin-top:0.6em;margin-bottom:0.6em;text-align:left;line-height:normal;font-weight:normal}
h2{color:#996633;font-size:1.35em;font-family:arial;margin-top:0.6em;margin-bottom:0.6em;line-height:1.2em;font-weight:normal}
h3{color:#693;font-size:1.3em;font-family:cambria,tahoma;margin-top:0.6em;margin-bottom:0.5em;line-height:1.1em;font-weight:normal}
h4{color:#399;font-size:1.25em;font-family:cambria,tahoma;margin-top:0.6em;margin-bottom:0.5em;font-weight:normal}
h5{color:#966;font-size:1.2m;font-family:cambria,tahoma;margin-top:0.6em;margin-bottom:0.5em;font-weight:normal}

.fpane {float:left;margin:0;padding:0em 1em 0em 0em}

@media screen and (max-width: 600px) {
  .fpane {
    width: 100%; /* The width is 100%, when the viewport is 600px or smaller */
    padding:0em;
  }
}