@charset "utf-8";
/* CSS Document */

body {
	  width: 100%;
  height: 100%;
  background-color: #cbcbcb;

}
.header {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 18px;
    color: #222222;
    text-align: left;
    /* [disabled]text-indent: 20px; */
    font-weight: normal;
}
.date {
font-size: 14px;
}
.date-red {
color: red;
}
.center {
    padding-right: 10px;
	padding-left: 10px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
	/*width: 80%;*/
	text-align: center;
	max-width: 1000px;
}
.message {
	
}
		
	body,td,th {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}
    a:link {
    color: #1F8FF8;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #1F8FF8;
}
a:hover {
    text-decoration: underline;
    color: #1F8FF8;
}
a:active {
    text-decoration: none;
    color: #1F8FF8;
}
/*	.responsive {
  max-width: 100%;
  height: auto;
}*/
	img {
  max-width: 100%;
  height: auto;
}
    h1 {
    font-size: 32px;
    color: #3B3B3B;
}

	.sponsors-center {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
	/*width: 80%;*/
	text-align: center;
	max-width: 789px;
}

@media screen and (orientation: portrait) {

	    h1 {
    font-size: 20px;
    color: red;
}
	
	.center {
    font-size: 44px;
}
}

