/*
 * Style sheet for the CSS specification
 * For Christmas in Australia - 2020 version. 
   See further down the page for new styles - cssmenu.
 */	
 
* { padding: 0; margin: 0; border: 0; font-weight: normal; font-size: 18px }

body, html { 
height: 100%;
 } 
body { 
  max-width: 1600px; 
  margin: 0px auto 150px auto;
  font-family:Calibri, sans serif;
  background-color:#FFFF5D;
 }
div.maino  {
max-width:820px; 
margin: auto auto; 
border: solid 1px #0055cc; 
border-color: #0055cc; 
background-color: #ffffff;
	}
div.main  {
max-width: 720px; 
margin: auto auto; 
border: solid 1px #0055cc; 
border-color: #0055cc; 
background-color: #ffffff;
	}
div.textt  {
  background-color:#ffffff;
  max-width:100%;
  width:780px;
  margin:auto auto;
  padding-left:7px;
 /* border-top:solid 1px #ffffff;  */
  text-align:left;
} 
div.groupp {
	float:left;
	vertical-align:top;	
 /*	width:390px;  */
	max-width:100%;	
	margin-left:2px;
	margin-bottom:5px;
	padding-bottom:7px;
	display: inline-block;	
	background-color:#ffffff;
  	border-right:solid 1px #0000ff;
}
 h1 {
    font-size: calc(24px + (64 - 24) * ((100vw - 320px) / (1600 - 320)));
    font-family: 'Times New Roman', serif;
    text-align:center;
    background-color:#FFFF5D;
    color:#ff0000;
 }
 h1.headdd {
    font-size: 20px;
    font-family: 'Times New Roman', serif;
    text-align:center;
	font-weight:600;
    background-color:#FFFFff;
    color:#ff0000;
 } 
 h2 {
    font-size: calc(18px + (40 - 18) * ((100vw - 320px)/(1600 - 320)));
    font-family: 'Times New Roman', serif;
    color:#ff0000;
 }
 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size:19px;
    color:#24A724;
    font-weight:bold;
    margin: auto auto;
    text-align: center;
}
h4  {
	font-family: 'Open Sans', sans-serif;
    font-size:19px;
    color:#000000;
    font-weight:bold;
    margin:auto auto;
    text-align: center;
}
p  {
  text-align:left;
  padding-bottom:9px;
	}
img {
border: solid 1px #000000;
  /*  width: 718px;  */
max-width: 100%;
height: auto;
}
a  {
  text-decoration:none;
  display: block;
}
a:hover  {
  background-color:#995500;
  color: #ffffff;
}
ul   {
  list-style-position: inside;
  list-style-type: circle;
  padding-left:5px;
  }
li, ul, ol{
margin-top: 0px; 
margin-bottom: 0px;
display:block;
  }
strong  {
  font-weight:bold;
  }
figure  {
  border:solid 1px #ffffff;
}
figcaption  {
  font-size: 1.1em;
  font-style: oblique;
  font-family: 'Times new roman', serif;
  text-align:center;
  background-color:#ffffff;
}

 
