body {
	background: #000000;
	color: #00AA00;
	font-size: 6pt;
	font-family: 'lucida console', arial, sans-serif;
	}

a, a:link, a:visited {
	font-size: 6pt;
	text-decoration: none;
	font-size: small;
	font-family: 'lucida console', arial, sans-serif;
	color: #00AA00;
	}	

a:hover {
	font-size: 6pt;
	text-decoration: none;
	font-size: small;
	font-family: 'lucida console', arial, sans-serif;
	color: #00FF00;
	}

table, tr, td {
	font-size: small;
	font-family: 'lucida console', arial, sans-serif;
	}

table {
	border-style: none;
	border-color: green;
	border-width: 5px;
	}

td {
	width: 20px;
	text-align: center;
	border-style: dotted;
	border-color: #333333;
	border-width: 2px;	
	}

td.link {
	width: 20px;
	text-align: center;
	border-style: dashed;
	border-color: green;
	border-width: 2px;
	}

td.noabout {
	width: 20px;
	text-align: center;
	border-style: dotted;
	border-color: #000000;
	border-width: 2px;	
	}
	
td.noprojects {
	width: 20px;
	text-align: center;
	border-style: dotted;
	border-color: #000000;
	border-width: 2px;	
	}
	
td.noblog {
	width: 20px;
	text-align: center;
	border-style: dotted;
	border-color: #000000;
	border-width: 2px;	
	}
	
td.about {
	border-style: dotted;
	border-color: #00AA00;
	border-width: 2px;	
	}
	
td.projects {
	border-style: dotted;
	border-color: #00AA00;
	border-width: 2px;	
	}

td.blog {
	border-style: dotted;
	border-color: #00AA00;
	border-width: 2px;	
	}