.container {
	background-color: white;	
}

body {
/*	background-color: #eeeeee;	*/
	background-color: #eeeeee;
	color: #000;
/*	font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, Verdana, sans-serif; */
	font-size:12px;
	text-shadow: white 0px 1px 0px;
}


p, li {	
	color: rgb(102, 102, 102);	
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

a {
	text-decoration: none;
}

a:link { 
  color: #000;
}

a:visited {
  color: #000;
}


a:hover {
  /* background: #ddd; */
	text-decoration: underline;
}


a:active { 
  color: #000;	
}


h2.alt {
	margin-bottom: 0;
}

.text-column {
	margin-top: 60px;
}

#iphone {
	margin: auto;
	height: 1px;
}


#iphone img {
/*	width: 95%; */
}


/* blog styles */

.blog p, .blog li {
	font-size: 14px;
}


.blog a {
	text-decoration: none;
}

.blog a:link { 
  color: rgb(0, 136, 204);
}

.blog a:visited {
  color: rgb(0, 136, 204);;
}


.blog a:hover {
	text-decoration: underline;
}


a.blog:active { 
  color: rgb(0, 136, 204);;	
}
