/* CSS Document */

body{

	font-size: 12px;
	font-weight: normal;
	color: #2f2f2f;
}
h1{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5F5F5F;
	letter-spacing: 0.05em;
}
h1 a{font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5F5F5F;
	letter-spacing: 0.05em;
	text-decoration:none;}

h2 {font-size: 23px;
	color: #848484;
	}
	
td {margin:0;}

/*************** navigation bar *****************/

#nav{
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#nav li{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 90px;
	color: #5F5F5F;
	letter-spacing: 0.1em;
}
#nav li a{
	font-size: 16px;
	font-weight: bold;
	color: #5F5F5F;
	text-decoration: none;
}

#nav li a:hover{
	
	text-decoration: none;
	color:#747576;
}

/**************** style for work page **************/

/** style for work page with work in table cells 
.work_info{
	font-size: 12px;
	font-weight: bold;
	color: #848484;
	}
**/
	
p.work_desc{
	font-size: 12px;
	font-weight: normal;
	color: #2f2f2f;
	float:left;
	margin-left:130px;
	}
	
	.work_image{
	float: right;
		}
	
.text_link{
	text-decoration: none;
	font-size: 13px;
	color:#747576;
	/* #4D92CF; #9cb1cc */
}
.text_link:hover{
	text-decoration: underline;
}

/**************** style for links page **************/

.links_copy{
		margin-top:30px;
	}
	
.links_copy a{

	color: #2f2f2f;
	text-decoration: underline;
	}
	
.links_copy a:hover{

	text-decoration: none;
	}
	
	
