@import "layout.css";
@import url('layout.css');

body {
	padding: 0;
	margin: 0 auto;
	text-align:center;
}

form {
	display: block;
	margin: 0;
	padding: 0;
}

a {
	color: #b8105e;
	text-decoration: none;
}

a:hover {
	color: #3d3d3d;
}

h1,h2,h3,h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: lighter;
}

p {
	margin: 0 0 16px;
	line-height: 16px;
}

a {
	outline: none;
}

img {
	border: 0;
}

a.lnkbread {
	text-decoration: underline;
}

a.linkbread:hover {
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */