@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}

.pants {
	background:url(../images/starry.jpg) 0 -80px repeat-x;
	border-bottom: solid 10px #6666ff;
	width: 100%;
	height: 150px;
}

.header {
	width:800px;
	margin: 0 auto;
	background: url(../images/WCworldstarryY.gif) 100% 20px no-repeat;
	height: 170px;
}

.header h1 {
	padding-top: 60px;
	color:yellow;
	font-size:26px;
}

.header h3 {
	padding-top: 10px;
	color: brown;
}

.content{
	width:800px;
	margin:0 auto;
}

.content h1 {
	padding-top: 50px;
	font-size:24px;
}

.content p {
	margin-bottom: 1.2em;
	font-size: 12px;
}

.footer{
	margin-top: 40px;
	background: url(../images/starry.jpg);
	min-height: 150px;
}


#sch2{
color:#cc0066;
font-size:16px;
font-weight:bold;
padding-top: 30px;
}



#tiny{
	font-size:10px;
}

