﻿@charset "utf-8";
/* Base (default) styles for the site*/

img{
	width:100%;
	border:none;
}

div{ /* Borders and padding do not increase the size of the div */
	box-sizing: border-box;
	ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.float-end{
	clear:both;
}

A:link { font-weight: normal; text-decoration: none; color: #000;}
A:visited { font-weight: normal; text-decoration: none; color: #000;}
A:active { font-weight: normal; text-decoration: none; color: #000;}
A:hover { font-weight: normal; text-decoration: none; color: #444;}
