body {
	background: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
html { /* Ensure Firefox displays vertical scroll bar on short pages */
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical; }

p, td, li, ul, ol {
	font-size: 0.9em;
	line-height: 150%;
	}

li {
	list-style-type: square;
	/*list-style-position: inside;
	list-style-image: url(graphics/HexagonBulletPoint.gif);*/
	}

H1 {
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	/*line-height: 1;*/
	color: goldenrod;	/* #FF9900;*/
	/*background-color: #EEEEEE;*/
	margin-top: 0;
	margin-bottom: -0.2em;
	} 

#motto {
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: goldenrod;	
	/*background-color: #EEEEEE;*/
	} 
H2 {
	font-size: 14pt;
	font-style: italic;
	color: gray;
	} 
H3 {
	font-size: 12pt;
	font-weight: bold;
	color: gray;
	} 

#projects h3 {
	font-size: 14pt;
	font-weight: bold;
	color: purple;  /*#cccccc;*/
	} 

table {border: 1px solid #EEEEEE;} /*#CCFFCC for pale Green */
table td {border: 1px solid #EEEEEE;}

table.cv {border: 0px;} 
table.cv th {border: 0px;background-color:LightCoral; }    /*#DFDFFF*/
table.cv td {border: 0px;background-color:wheat; }  /*#FFFFCA*/

.bottom_menu {
	font-size: 8pt;
	}


td.header {
	padding: 5px;
	}

td#main_content {
	padding: 10px;
	}

td.footer {
	padding: 5px;
	}
	
#menu_link {
	font-weight: bold;
	/* margin-left: 10px; */
	/* padding: 10px; */
	}

#menu_link a:link, #menu_link a:active, #menu_link a:visited {
	font-size: 14pt;
	text-decoration: none;
	color: gray;
	}

#menu_link a:hover {
	text-decoration: none;
	color: black;
	}
	
.menu_current {
	font-size: 14pt;
	color: white;
	background-color: gray;
	}	