body
{
	font: normal 1em Verdana;
	margin: 1em 10%;
	font-size: 20px;
	line-height: 150%;
	background-color:rgb(90%,90%,100%);
}
h1
{
	font: bold 3em Georgia; 
	color: rgb(23, 109, 109); 
	margin: 1em 0 1em;
}
small
{
	color: #666666;
}

.notActive {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.chk {
	/* All browsers except webkit*/
  transform: scale(2.5);

  /* Webkit browsers*/
  -webkit-transform: scale(2.5);
}

select {
	/* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}