@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,greek,greek-ext,cyrillic,cyrillic-ext,latin-ext,vietnamese);

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "open sans";
	color: #444444;
}

strong {
	font-size: 22px;
}

footer {
	font-size: 16px;
}
