html, body, table, input, textarea {
	font-family: Verdana, sans-serif;
	line-height: 130%;
}

h1, h2 {
	font-size: 100%;
}

a:link,
a:visited {
	outline: none !important;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none; 
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: block;
}

address {
	font-style: normal;
}

.pages input {
	border: 0 none;
	background: transparent;
	padding: 0;
	margin: 0;
	width: auto;
	text-decoration: underline;
	cursor: pointer;
}