h1 {
  font-size: 24px;
 }

h2 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
 }

h5 {
  font-size: 20px;
 }

#mainbody {
  font-size: 1.6em;
}

#tablebox {
  width: 605px;
 }

.column {
  width: 300px;
}

.cleanform  label,.cleanform legend{
	white-space:normal;	
}

.cleanform fieldset{
	width:60%;/*75%*/
}

.cleanform input, .cleanform textarea, .cleanform select {
    width:95%;/*95%*/
 }


