.bordered{
	border-style:solid;
	border-width:1px;
	border-color:grey;
}

a:hover, a:focus {
	text-decoration: none!important; 
	color: #ff0000!important;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h3.italic {
	font-family: 'Abril Fatface';
	font-style:italic;
	color:#424242;
}

.dropdown:hover .dropdown-menu {
    display: block;
}