@CHARSET "UTF-8";

.smallest { font-size:50%; }
.biggest { font-size:200%; }

#timingHeading {
    background-color: #CCFF33;
    font-family: fantasy;
	font-size:22px;
}
#soundInfo{
    	color: red;
}
.fixedInTable {
	position: absolute;
    left: 250px;
  
}
#MyDistance{
    font-family: fantasy;
/* font-family: "Times New Roman", Times, serif; */
}
#MyDistance5{
/*     font-family: fantasy; */
	font-family: "Times New Roman", Times, serif;
}
.center {
    margin-left:auto; 
    margin-right:auto;
    width: 30%;
  }
#exercisehead1 {
    text-align: center;
    background: SteelBlue;
  color: white;
}

canvas.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
.boxed {
	border: 1px solid green; 
	text-align: center; 
	font-family: "Times New Roman";
	font-size: 20px; 
}

.boxed2 {
	border: 1px solid green; 
	text-align: center; 
	font-family: "Times New Roman";
	font-size: 20px; 
	font-weight: 900;
}

timingHeading {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 14px;
}
.withspace a{
  margin: 15px;
  }

img {
	float:left;
	marin-left: 10px;
}

illustration {
	margin-left: 80px; /* no gap */
	text-align: left;
}


h1 {
	color: orange;
	text-align: center;
}

table {
    border-collapse: collapse;
}

/* table, td, th { */
/*     border: 1px solid black; */
/* } */

alignleft {
	float: left;
}
alignright {
	float: right;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
  }


