body{
	background: #82A2AD url(images/grid.png) repeat fixed top center;
}

#content:first-letter{
	color: #1EC4D7;
	font-weight: bold;
	font-size: 2em;
}

#content a:link{
	color: #1EC4D7;
	text-decoration: none;
}

#content a:hover{
	color: #000;
	text-decoration: underline;
}

#content a:visited{
	color: #1EC4D7;
	text-decoration: none
}

.emph{
	color: #1EC4D7;
	font-style: italic;
	font-weight: bold;
}

.pic{
	width: 295px;
	height: 295px;
	float: right;
	margin: 0 10px 5px 10px;
	background: #808080 url('images/me.jpg') no-repeat;
}

.later{
	font-weight:bold;
	font-size:1.5em;
}

.later:first-letter{
	color: #1EC4D7;
	font-weight: bold;
	font-size: 1.5em;
}