body, body *, html *,
a, a:link, a:hover, a:visited {
	font-family: Courier New;
	color: #000;
	font-size: 1em;
}

body{
	height: 100%;
	background: url("./../images/paper/page_bg.png");
}

a:hover{
	text-decoration: none;
}

.lang-selector a{
	float: right;
}

#top-menu{
	font-size: 36px;
}

#top-menu a, #logo, #logo:hover{
	text-decoration: none;
}

#top-menu a:hover, #top-menu a.active{
	padding-bottom: 4px;
	border-bottom: 2px dashed #000;
}

#logo{
	font-weight: bold;
}

.project {
	margin-top: 2em;
}

.p-name, h2, h1 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
}

#footer {
	border-top: 2px dashed #000;
	margin-top: 2em;
	padding-top: 1em;
	text-align: center;
}

tbody tr:nth-child(even) td, tbody tr.even td, .box, blockquote {
	background: #F6F0EB;
}
