h1 {
	font-family: georgia;
	size: 18;
	color: #000000;
	background-color: #FFFFFF;
	width: 450px;
}

a.head:link {
	color: #000000;
	text-decoration: none;
}
		
a.head:visited {
	color: #000000;
	text-decoration: none;		
}
		
a.head:hover {
	color: #da0071;
	text-decoration:underline;
}
		
a.head:active {
	
}

h2 {
	font-family: georgia;
	font-size: 14; 
	background: #000000;
	padding: 5px 0px 5px 0px;
}

h3 {
	font-family: georgia;
	font-size: 10;
	color: #da0071;
	margin-left: 50px;
}

li {
	font-family: georgia
	size: 10;
	color: #000000;
}

a.nav:link {
	color: white;
	text-decoration: none;
}
		
a.nav:visited {
	color: #da0071;
	text-decoration: none;		
}
		
a.nav:hover {
	color: white;
	text-decoration:underline;
}
		
a.nav:active {
	
}

p.par, li.par, p.strike {
	background-color: white;
	font-family: georgia;
	font-size: 12;
	color: #da0071;
	margin-left: 45px;
	padding: 5px;
}

p.images {
	width: 520;
	background-color: white;
	font-family: georgia;
	font-size: 12;
	color: #da0071;
	margin-left: 45px;
	padding: 5px;
}

p.par {
	width: 300px;
}

p.strike {
	text-decoration:line-through;
}

#black {
	width: 200;
	color: black;
	position: absolute;
}

.email {
	margin-left: 250px;
	width: 295px;
	position: absolute
}

li.par {
	width: 160px;
}

a.contact:link {
	color: black;
	text-decoration: none;
}
		
a.contact:visited {
	color: #da0071;
	text-decoration: none;		
}
		
a.contact:hover {
	color: #da0071;
	text-decoration:underline;
}
		
a.contact:active {
	
}

/*p.par .content {
	color: black;
}*/

div {
	background-color: white;
	font-family: georgia;
	font-size: 12;
	color: #da0071;
	margin-left: 45px;
	padding: 5px;
	width: 500px;
}

#names {
	background-color: white;
	font-family: georgia;
	font-size: 12;
	color: #da0071;
	top: 120px;
	padding: 5px;
	border: 0px;
	margin-left: -5px;
	width: 250px;
	float: left;
	position: absolute;
}

#emails {
	margin-left: 300px;
	width: 245px;
	color: black;
	padding: 0px 5px 5px 5px;
	height: 150px;
	
}

img.blog {
	/*max-width: 300;*/
	/*height:;*/
	width: 400px;
	margin-left: 25px;
}


div.heading {
	background-color: black;
	font-size: 18;
	margin-top: 10;
	padding: 0px 5px 0px 5px;
	width: 500px;
	}

div.add {
	background-color: black;
	font-size: 12;
	padding: 5px;
	width: 500px;
	}
	
	
div.date{
	text-align: right;
	padding: 0px 5px 0px 0px;
	margin-left: 0px; 
	}	
	
p.content {
	size: 10;
	color: black;
	margin-left: 45px;
	/*white-space: pre;*/
	clear: both;
	width: 600px;
	max-width: 600px;
	white-space: inherit;
}

a.special:link {
	color: #da0071;
	text-decoration: none;
}
		
a.special:visited {
	color: #da0071;
	text-decoration: none;		
}
		
a.special:hover {
	color: #da0071;
	text-decoration:line-through;
}
		
a.special:active {
	
}

a.future:link {
	color: black;
	text-decoration: none;
}
		
a.future:visited {
	color: #black;
	text-decoration: none;		
}
		
a.future:hover {
	color: black;
	text-decoration:underline;
}
		
a.future:active {
	
}

span.future {
	color: black;
	text-decoration: line-through;
}