/* DEFFAULT SETTINGS */

/* page full size */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

/* clearing links */
a{
	font-family: Arial;
}
a:hover {
	cursor: pointer;
}
img {
	border: none;
}
/* default font size */
select,input,textarea,table {
    font-size: 1em;
}
h1{
	font-size: 1em;
	text-decoration: bold;
	padding: 0;
	margin: 0;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
.clear{
	clear: both;
}
.cleaner {
	border: none;
	height: 1px;
    margin: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}
.top-left{
	top: 0;
	left: 0;
}
.top-right{
	top: 0;
	right: 0;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}