body 	{ background-color: #FFFFFF;
	}


img	{
    max-width: 100%;
    height: auto;
	}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
.title {
	letter-spacing: .2em;
	font-family: "Arial";
	font-size: 15pt;
	color: #333333;
	}


.links {
	font-family: "Arial";
	font-size: 16px;
	color: #333333;
	}


.copy {
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	}

.small {
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
.title {
	letter-spacing: .1em;
	font-family: "Arial";
	font-size: 14pt;
	color: #333333;
	}


.links {
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	}


.copy {
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
.title {
	font-family: "Arial";
	font-size: 15px;
	color: #333333;
	}


.links {
	font-family: "Arial";
	font-size: 14px;
	color: #333333;
	}


.copy {
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}