/* Import other css files */

@import "header.css";
@import "navigation.css";
@import "content.css";
@import "footer.css";
@import "buttons.css";


/* General stuff */
* {
	font-family: "Arial";
}

body {
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
}

div, table, tr, td, span {
	font-size: inherit;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	
}

a img {
	border:none;
}

textarea {
	resize: none;
}
