* {
	margin:0;
	padding:0;
	}

html {
	font-size:16px;
	}

body {
	font-size:62.5%;
	}

a img {
	border-style:none;
	}

.clear { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; }
.centerText { text-align:center; }
.leftText { text-align:left; }
.rightText { text-align:right; }
