/*   Style Sheets for Emery Park Picture Pages */
#ChkO {
     text-align:center;
}
 @media only screen and (orientation:portrait) {
     #ChkO {
         font-size:120%;
         color:red;
         background-color:yellow;
         border:2px solid brown;
    }
}
 @media only screen and (orientation:landscape) {
     #ChkO {
        display:none;
    }
}
body{ 
    background-color: rgb(204, 255, 255);
     color: #3333ff; 
   }

.BubbleBar {
  	text-align: center;
/*   	margin: 2px;
 	padding: 1px;  */
       background-color: #3366ff;
       	border-radius: 10px;
	border: 3px solid black;
	color: yellow;
     text-shadow:5px 5px 2px black;
/*       font-size: 125%; */
}
.TopButton {
    width: 8em;
    text-align: center;
    border-radius: 10px;
    background-color:  #3366ff;
	text-decoration: none;
    border: 3px solid black;
    margin-left:auto; 
    margin-right: auto; 
    color: White ;
}
.TopButton a:link {
	text-decoration: none;
	color: white;	
}
.TopButton a:hover {
	background-color:  #3366ff;
}

