body {font-family: "Comic Sans MS", sans-serif; background-color: #CCFFFF;
text-align: center;
}
td {}
h1 {font-family: Comic Sans MS, sans-serif; text-align: Center; color: Blue;}
h2 {font-family: Comic Sans MS, sans-serif; text-align: Center; color: Blue;}
h3 {font-family: Comic Sans MS, sans-serif; text-align: Center; color: Navy;}
h4 {font-family: Comic Sans MS, sans-serif;  color: Navy; font-weight: normal}
h5 {}
h6 {}
p {}
a:link {color: Blue; ; font-style: normal; font-weight: normal}
a:visited {color: Blue; ; font-style: normal; font-weight: normal}
a:hover {color: #FF0080; ; font-weight: normal; font-style: normal;}

hr {
	background: Navy;
	color: Navy;
}

img {}

#main {
	border: thin dashed Navy;
	width: 880px;
	padding: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.inset {
	margin-left: 30px;
}

.definition {background-color:#fff}

.adder {
 width:730px;
 margin:auto;
 }
 
 .on {
	background: skyblue;
	}
	
.over {
	background: blue;
	}