body{
	font-size: 14px;
}

h1{}

h2{
	border-style: solid solid solid solid;
	border-width: 1px 10px 1px 10px;
	border-color: #cccccc #cccccc #cccccc #cccccc;
}

h3{	
	line-height: 200%;
	font-size: 16px
	}

hr{
	clear: left;}


.center{	
	text-align: center;}
	

.right{
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 20px
}

.flt_left{
	height: 200px;
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
	
}


	
}

#menu{list-style-type: none;}

#menu li{
	display: inline;
	padding: 0 20px 0 20px;}

#contents{width: 1500px;}

#black{	
	color: white;
	background-color: black;
}
#red{background-color: red;}
#orange{background-color: orange;}
#yellow{background-color: yellow;}
#green{background-color: green;}
#blue{background-color: blue;}
#pink{background-color:pink;}

.size{	height:600;
	width:600;
}