/* CSS Document */
body {
background-color:#ffffff;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-color: #000000;
}


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

	

.style1 {color: #FFFFFF}
.style2 {font-size: large}

.title {
	font-size: 20px;
	font-weight: bold;
}

.linktext {font-size: 12px}


/* If the screen size is 601px */
@media only screen and (min-width: 601px) {
  div.wrapper {
    font-size: 30px;
	text-align: center;
	font-weight: bold;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
}

/* If the screen size is 600px or less */
@media only screen and (max-width: 600px) {
  div.wrapper {
	font-size: 20px;
	text-align: center;
	width: 400px;
	margin-top: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
  div.wrapper1 {
	text-align: center;
	width: 400px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
}