body {
	font-family: "MS Gothic";
	font-size: 12pt;
	color: #ffffff;
}

 @media screen and (max-width: 428px) {

 img{
    width:80%;
    image-rendering: pixelated;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
 }
 }

 @media screen and (max-width: 1024px) {
img{
    width: 100%;
}
 }

a:link {
	color: #c0c0c0;
	font-size: 12pt;
	font-weight: normal;
}
a:visited {
	color: #c0c0c0;
	font-size: 12pt;
	font-weight: normal;
}
a:active {
	color: #c0c0c0;
	font-size: 12pt;
	font-weight: normal;
}
a:hover {
	color: #c0c0c0;
	font-size: 12pt;
	font-weight: normal;
}
A { text-decoration: none; font-size: 12pt;}

