body {
	font-size: 70%;
}
/* Adjusts the font-size for elements that are not adjusted
when specifying font-size on the body. By setting the font-size
to 100%, the font-size of the ancestor that has font-size specified
(in this case the body element), will be adopted. */
.ie table,
.ie input,
.ie select,
.gecko1_9 input,
.gecko1_9 select,
.opera input,
.opera select {
	font-size: 100%;
}
* {
	font-family: Tahoma, Verdana, sans-serif;
}
