﻿/* CSS reset */
body,div, ul,ol,li { 
	margin:0;
	padding:0;
}
img { 
	border:0;
}
ol,ul {
	list-style:none;
}