body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F1E9;
	height: 100%;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

body.whitebg {
	background-color: #FFFFFF;
}

td , th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362e2e;
	font-weight: bold;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
a:active {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

.brown {
color: #400000;
}

.with-border {
	border-style: solid;
	border-width: 1px;
	border-color: #400000;
}

.with-border-left {
	border-style: solid;
	border-width: 1 1 1 1;
	border-color: #400000;
}

.with-border-right {
	border-style: solid;
	border-width: 1 1 1 0;
	border-color: #400000;
}

.with-border-inner {
	border-style: solid;
	border-width: 1 1 1 0;
	border-color: #400000;
}

.top_langs{
	padding:0;
	margin:30px 0 5px 0;
}

.top_langs tr, top_langs td{
	padding:0;
	margin:0;
}
