body	{
	background-color : #ffffff
	}
img	{
	margin-top : 5px;
	width : 100%;
	height : auto;
	border : 0px
	}
@media (min-width : 601px) {
center	{
	margin-top : 5px;
	margin-left : auto;
	margin-right : auto;
	width : 300px;
	text-align : center;
	border-style : solid;
	border-width : 3px;
	border-color : #7a7a7a
	}
.locenter	{
		margin-top : 10px;
		margin-left : auto;
		margin-right : auto;
		width : 600px; 
		text-align : center;
		font-family : Helvetica, Arial, sans-serif, Dialog;
		font-size : 2vw;
		font-weight : 800;
		color : #b0b0b0
		}
.subtit	{
	margin-top : 25px;
	margin-left : auto;
	margin-right : auto;
	width : 100%; 
	height : 1.5vw;
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 1.5vw;
	background-color : #9999ff;
	color : #d0d0d0
	}
.state	{
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	width : 600px; 
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 1.0vw;
	background-color : #909090;
	color : #303030
	}
.flex-div	{
	display : flex;
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	width : 400px; 
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 1.0vw;
	background-color : #909090;
	color : #303030
	}
.text	{
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	width : 600px; 
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 0.7vw;
	color : #303030
	}
}
@media (max-width : 600px) {
center	{
	margin-top : 5px;
	margin-left : auto;
	margin-right : auto;
	width : 300px;
	text-align : center;
	border-style : solid;
	border-width : 3px;
	border-color : #7a7a7a
	}
.locenter	{
		margin-top : 10px;
		margin-left : auto;
		margin-right : auto;
		width : 390px; 
		text-align : center;
		font-family :  sans-serif, Helvetica, Arial, Dialog;
		font-size : 9vw;
		font-weight : 800;
		color : #e0e0e0
		}
.subtit	{
	margin-top : 25px;
	margin-left : auto;
	margin-right : auto;
	width : 390px; 
	height : 7vw;
	text-align : center;
	font-family :  sans-serif, Helvetica, Arial, Dialog;
	font-size : 7vw;
	background-color : #9999ff;
	color : #d0d0d0
	}
.state	{
	margin-top : 25px;
	margin-left : auto;
	margin-right : auto;
	width : 300px; 
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 4.0vw;
	background-color : #909090;
	color : #303030
	}
.flex-div	{
	margin-top : 25px;
	margin-left : auto;
	margin-right : auto;
	width : 300px; 
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 4.0vw;
	background-color : #909090;
	color : #303030
	}
.text	{
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	width : 300px; 
	text-align : left;
	font-family : Sans-Serif, Helvetica;
	font-size : 3.0vw;
	color : #303030
	}
}
a:link{
      text-decoration : none;
      color : #202020
      }
a:visited{
         text-decoration : none;
         color : #202020
         }
a:active{
        text-decoration : none;
        color : #202020
        }
a:hover{
       text-decoration : none;
       color : #ff0000
       }
