﻿.html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #686764;
	background-color: #F9F9E0;
	position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;

}

#container {
	margin: auto auto auto auto;
	width: 100%;
}

.languages {
	background-color: #FFFFCC;
	width: 100%;
}

.keywords {
	font-size: 15px;
}

.footer {
	color: #686764;
}

a {
	color: #A83F10;
}

a:hover {
	text-decoration: none;
}
