.ui-header{
		color : red;
		background-color: gainsboro;
		font-size: 50%;
	}
	.ui-content{
		font-style: italic;
		font-family: comic sans MS;
	}
	.ui-li{
		list-style: none;
		font-weight: bold;
		color: yellow;
	}
	.ui-btn-b{
		font-weight: bold;
		color: green;
		width: 50px;
		background-color: #e8e8e8;
		border-color: #ddd;
		color: #333;
		text-shadow:2 5px 2 #f3f3f3;
	}
	.ui-navbar{
		color: red;
	}

	.ui-block-a{
		color: green;
	}
	.ui-input{
		height: 25px;
		width: 100px;
	}
	.ui-slider{
		height: 100px;width: 100px;
	}
p{
	font-style: italic;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}