td {
	text-align: left;
	vertical-align: top;
	font-family:Comic Sans MS;
	font-size:14px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#06325f;
}

A:Hover  {
	color : #043e7a;
	text-decoration : underline;
}

H3 {
	color: #0756a7;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

body{
	font:80%/110% Comic Sans MS;
	color:#E5E5E5;
	
	
	text-align:center;
}

p,
h2{
	margin:15px 5px;
}

#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}
#main-content li{
	width:300px;
	
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	
	padding:9px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}


