h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Comic Sans MS, arial, helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #0000c0;
	background-color: lightyellow;}

h1 {font-size: 2em;
	background-color: lightyellow;}
h2 {font-size:1.2em; text-align:left;}
h3 {font-size:1.1em;}

body {color: navy;
	font-family: Comic Sans MS, arial, helvetica, sans-serif;
	background: lightyellow;
	font-size: 1em;}
	/* original background: #88c0ff ...this is lighter: #a8f0ff;  */
	/* 18Jul05 bgrnd color #88c0ff */

a:link{color: #0000c0;
	text-decoration: underline;}
	/* 18Jul05  color #dd3300  */

a:active{color: #0000c0;
	text-decoration: underline;}
	/* 18Jul05  color #4450bb */

a:visited{color: #0000c0;
	text-decoration: underline;}
	/* 18Jul05  color #4450bb */

p,li,div,form{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: #000000;}

table,tr,td,th {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	vertical-align: top;
	color: #000000;}

.center {text-align: center;}

.small {font-size: .9em;}

.medium {font-size: 1.1em;}

.big {font-size: 1.4em;
	font-weight: bold;}

.footer {font-size: .8em;
	text-align: center;
}

.making {background-color: #fafad2;}
