html{font-size:100%;}

body {
	margin:0; padding:0;
  	text-align: center;
	background-color:silver;
	font-family:Tahoma,Verdana,Arial;
	font-size:81.25%;
	line-height:1.5em;
}
h1{font-size:200%;}
h2{font-size:100%;}
.f{font-size:240%;border-style: solid; border-width: 1px;}

a:link { color:#000; text-decoration: none; }
a:visited { color:#000; text-decoration: none; }
a:hover { background-color:#ffd700; color:#000; text-decoration: none; }


@media all and (max-width: 320px;) {
	.test {color:#ff0000;	}
	.hh {color:#0000ff; }
		}
