
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #111111;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #999;
}
a:link {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #999;
	}
	
a:hover {
	text-decoration: none;
	color: #777;
	}
	
a:active {
	text-decoration: none;
	color: #999;
	}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font-size: 20px;
	padding: 0 10px 0 55px;
	margin: 0;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0.1px;
	color: #ffffff;
}
h2 {
	font-size: 20px;
	padding: 0 10px 0 45px;
	margin: 0;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0.1px;
	color: #ffffff;
}
p {
	font-size: 12px;
	padding: 5px 55px 60px 55px;
	margin: 0;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0.1px;
	color: #ffffff;
}
p.aboutme {
	font-size: 12px;
	padding: 5px 50px 80px 45px;
	margin: 0;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0.1px;
	color: #ffffff;
text-align: justify;
}
.linkedin {
margin: 0 0 -3px 0;
padding: 0;

}
#footer {
	font-size: 12px;
	margin: 130px 0 50px 0 ;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0.1px;
	color: #ffffff;
}
#nav {
	font-size: 14px;
	margin: 0 0 80px 42px ;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0.1px;
	color: #ffffff;
}
#nav a {
	color: #ffffff;
}
nav a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
nav a:hover {
	text-decoration: none;
	color: #777;
	}
	
nav a:active {
	text-decoration: none;
	color: #ffffff;
	}
.hide {
	visibility: hidden;
	display: none;
	}
	img  {
	margin: 0;
	padding: 0;
	border: 0px;
}
-->
</style>
