﻿a:link, a:visited {
	text-decoration:underline;
}
ul, ol, dl {
	list-style:none;
	position: relative; /* IE6 hack for linked lists */
}
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
h1, h2, h3, h4, h5, h6, address { font-style:normal; font-weight:normal; }
*, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, embed, object, param { margin:0; padding:0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
embed, object,param { display:block; }
fieldset, input[type=image], textarea, select, option { background-color:#fff; }

/* - Clearfix (fixes floating content layout issues) */
.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 */
/* End: Misceallaneous */
