@CHARSET "UTF-8";

*{
	margin: 0;
	padding: 0;	
}

.clear{
	clear:both;
}

.clear-left{
	clear: left;
}

.clear-right{
	clear:right;
}

.border{
	border: 1px solid red;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.align-center{
	text-align: center;
}

a:active{
  outline: none;
}

a:focus { 
	-moz-outline-style: none; 
}

a img{
	border: none;
}

.clear{
	clear: both;
}

.red{
	color: red;
}

.green{
	color: green;
}

.small{
	font-size: 0.8em;
}

ul, li{
	margin: 0;
	padding: 0;
}

.height10{
	height: 10px;
}

