
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


ol, ul {
	list-style: square;
}

q:before, q:after,
blockquote:before, blockquote:after {
content: "";
}

html {
padding-top: 20px;
font: 13px Arial, Helvetica, sans-serif;
}

p {
line-height: 18px;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 24px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 12px;
}

/* Necessary to remove bullets from Contact Form */ 
#formholder form ul {list-style: none;}



