body {
  background: #ffc;
  color: #000;
  font: x-large 'Verdana', sans-serif;
  line-height: 1.5;
}

a {
  color: #00f;
}
a:active {
  color: #000;
}
a:visited {
  color: #00c;
}

table, tr, th, td, thead, tbody, tfoot {
	font: x-large 'Verdana', sans-serif;
	color: #000;
}

input, select, textarea {
  font: x-large 'Verdana', sans-serif;
}

img{
  display:none;
}
