/* CSS Kids Eye Test */
/* ©2005 Glaser Vision */

body {
font-size: 1em; 
font-family: Verdana, Helvetica, Arial, sans-serif;
     margin: 35px; 
}
	
p{
	font-size: .8em;
	line-height: 1.5 em;
}


	
h1{
font-size: 1em;
color: #039;
     font-weight: bold; 
}


h3 {
	font-size: .8em;
	color: #000;
}

h4 {
font-size: .7em;
     text-align: center;
     font-weight: normal; 
}

h5 {
font-size: .7em;
     text-align: left;
     font-weight: normal; 
}

#rightSide {
     float: right;
     background-color: #d8e1c8;
     margin-left: 25px;
	 margin-bottom: 25px;
     padding: .8em;
    width: 200px;
}

#mainbody {
	width: 75%;
	margin-left:105px;
}

