
* {
    padding: 0px;
    margin: 0px;
    outline:0px;
}

ol,
ul {
    list-style: none;
}

.item_image:hover a h4{
    color:#00c0c0;
}
.item_image a{
    text-decoration: none;
    font-weight: 500;
    color: #000000;
}

h1 {
	text-align: center;
	font-size: 3em;
}

.content {
	display: block;
	
	overflow: hidden;
	margin: 0 auto;

}
.content *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}