{
	padding: 0;
	margin: 0;
}

body
{
	font-family: verdana, arial, comic sans ms;
	font-size: 100%;
        font-weight: normal;
	color: #000;
	background-color: #eff4f7;
}

p {
color:#000;
font-family: verdana, arial, comic sans ms;
font-size: 17px;
text-align: justify;
}

h2 {
color:#FF6600;
text-align: center;
font-family: comic sans ms;
font-size: 24px;
}

h1 {
color:#ffffff;
text-align: center;
font-family: verdana;
font-size: 20px;
margin: 0 0 0 0;
}

a:link {text-decoration: none; color: brown; font-size: 10pt;}
a:visited {text-decoration: none; color: black; font-size: 11pt;}
a:hover {color: red; font-size: 12pt;}

#page
{
	position: relative;
	width: 100%;
	margin: 0px;
	border: 0px;
        overflow-x: hidden;       
        overflow-y: hidden;                
}

#left, #middle
{
	display: inline;
	float: left;
	width: 19%;
	margin: 60px 0px 0px 0px;
	background-color: #eff4f7;
}

#middle
{
        display: inline;
	float: center;
	width: 60%;
        margin: 80px 0px 1px 10px;
	background-color: #fff;
}


#header
{
	position: absolute;
        position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #098fff;
        box-sizing: border-box;
}

#right
{
	display: inline;
	float: right;
	width: 20%;
	height: 700px;
	padding: 0px;
        margin-top: 90px;
        text-align: center;
}

.testi a{
         text-decoration: none;
                           
}

.box1 {
  width: 600px;
  border: 0px solid green;
  heght: 80px;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 10px; left: 380px;
} 

.box2 {
  width: 400px;
  border: 0px solid green;
  heght: 80px;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 60px; left: 200px;
} 


@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}

    .overflow {
      position: fixed;
      width: 230px;
      height: 560px;
      font-family: comic sans ms;
      font-size: 15px;
      color: #098fff;
      margin-top:25px;
      margin-left:0px;
      padding: 10px;
      background: #fff;    
      border: 0px solid #ccc;
      text-decoration: none;
   overflow: scroll;      
    }
