body { background-color: #FFFFFF; 
	}

img
{
    max-width: 100%;
    height: auto;
}




/* Mobile Styles */
@media only screen and (max-width: 400px) {


.title {
	font-family: "Arial";
	font-size: 16px;
	color: #000000;
	}


.links {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	}

.text {
	font-family: "Arial";
	font-size: 12px;
	text-align: justify;
	color: #000000;
	}


.copy {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	}

.copy2 {
	font-family: "Arial";
	font-size: 12px;
	text-align: justify;
	color: #000000;
	}


.small {
	font-family: "Arial";
	font-size: 10px;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #666666; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {

.title {
	font-family: "Arial";
	letter-spacing: .5em;
	font-size: 20px;
	color: #000000;
	}


.links {
	font-family: "Arial";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	}

.text {
	font-family: "Arial";
	font-size: 14px;
	text-align: justify;
	color: #000000;
	}


.copy {
	font-family: "Arial";
	font-size: 14px;
	color: #000000;
	}

.copy2 {
	font-family: "Arial";
	font-size: 14px;
	text-align: justify;
	color: #000000;
	}


.small {
	font-family: "Arial";
	font-size: 10px;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #666666; 
	text-decoration: none; }

a:active  { color: #000000; }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {

.title {
	font-family: "Arial";
	letter-spacing: .5em;
	font-size: 20px;
	color: #000000;
	}


.links {
	font-family: "Arial";
	font-size: 16px;
	line-height: 20pt;
	color: #000000;
	}

.text {
	font-family: "Arial";
	font-size: 16px;
	text-align: justify;
	color: #000000;
	}


.copy {
	font-family: "Arial";
	font-size: 16px;
	color: #000000;
	}

.copy2 {
	font-family: "Arial";
	font-size: 16px;
	text-align: justify;
	color: #000000;
	}


.small {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #666666; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }
}