@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Global CSS - Styles suitable for all media -------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* The style for the html to set it 100% height */
html {
	height: 100%;
}
/* The style for the general body tag */
body {
	font-family: Verdana, Geneva, sans-serif;
}
/* General classes */
.paddingFive {
	padding: 5px;
}
.paddingTen {
	padding: 10px;
}

