body {margin: 30px 0px 0px 0px; background: black; color: white;}
a:link, a:visited {text-decoration: underline; font-weight: bold; color: #FFDF4C;}
a:active, a:hover {text-decoration: none; font-weight: bold; color: #000000; background: #FFDF4C; }
td {font-family: Tahoma, Verdana, Arial; font-size: 10pt;}

.text {text-align: justify}

.menu {text-decoration: none; font-weight: bold; color: #FFDF4C;}

.gray {text-decoration: none; font-weight: bold; color: #CCCCCC;}

td.content p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt; 
	text-align: justify;
}

h1 {
	font-size: 10pt;
	text-transform : uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
}

h2 {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10pt; 
	color: #FFDF4C; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	}

.accent {
	font-weight: bold;
	color: #FFDF4C;
}

.active {
	font-weight: bold;
	color: black;
	background-color: #FFDF4C; 
	padding: 2px;
}

.comment {
	font-size: 8pt; 
}

#nav-top {
	margin-top: 10px;
	margin-bottom: 0px;
}

#nav-prj {
	margin-top: 0px;
	margin-bottom: 50px;
}

#nav-context {
	
	text-align: right;
/*	background-color: #303030; */
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #a0a0a0;
	padding: 20px 10px 20px 10px;
}

#nav-bottom {
	margin-top: 50px;
	margin-bottom: 10px;
}


/* Project section */
#projects table {
/*
	background-color: #303030;
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a0;
*/
}

#projects table td {
	text-align: center;
	vertical-align: top;
}