/**********************************/
/* Styles_CH_2013Sep.css    */
/* Styles_Alert_2019May.css  */
/* style_20200803.css  */
/********************************/

body {

font-family: 'Open Sans', sans-serif;
color: #333333;
background: #eeffee;

} 


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: large;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #ddd;
}




h1 {

        text-align: center;
}


h2 {

        text-align: center;
         padding: 17px 5px 2px 5px;
}



h3 {
        text-align: center;
}


h4 {
        text-align: center;
}


h5 {
        text-align: center;
}


h6 {
        text-align: center;
}



.centerMyObject {

	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align: center;

}




.centerPage {

      display: block;
      margin-left: auto;
      margin-right: auto 
 

}



ul {

        padding: 15px 30px 15px 30px;

}


p {

        padding: 15px 30px 15px 30px;
       color: #333333;

}



.roundStd {

        border-radius: 15px;


        width: 1000px;
        background: #ffffff;

        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}

.contentTextStandard {

        width: 1000px;
        background: #ffffff;

        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}



.contentTextStandard.yellowBackground {

          background-color:rgb(255,255,0);

}



img.contentTextStandardLarge {

       margin-top: 0px;
        padding-top: 0px;
}



.contentTextStandardLarge {

        width: 1000px;
        background: #ffffff;
	text-align: left;
	color: #333333;
	font-size: 150%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}




a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}




.contentTextCenter {

        width: 1000px;
        background: #ffffff;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

}


#buttons {

      background-color: #228822;
      padding: 30px;
      cursor: pointer;
      color: #333333;
      font-size: 150%;

}


.centerText {text-align:center;}
.leftText{text-align:left;}
.rightText{text-align:right;} 
.justifyText{text-align:justify;} 


/***************** end ************************/

