@charset "utf-8";
/* CSS Document */


		
a:link {
  color: black;
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" ;
}

a:visited {
  color: black;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

a:hover {
  color: black;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  
}

a:active {
  color: black;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
	
#box1 {
    background-color: lightgrey;
		padding: 3px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			}   
#box2 {
    background-color: lightgoldenrodyellow;
		padding-left:5px ; border-color: #020202 ; border:5px ;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			}   
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			}   
		
		
		
.k1 {
  font-family: Arial, Helvetica, sans-serif;
font-size: 200%;		
}

.p {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-stretch: expanded;		
		}		
		
.p1 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight:bold; align-content: center; font-size: 300% }	
		
.p2 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight:bold; font-size: 30px }	
		
.table1{ border:1px solid black; width: 800px;
  border-collapse: collapse;
	padding-top: 4px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px;
 border:1px solid black;
 border-collapse: collapse;
	padding: 4px;}
		
.newspaper {
  column-count: 2;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-color: #3c3c3c;
  padding: 4px

}		

	
div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

