.info {
	font-size: 12px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
}

.content {
	font-size: 12px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
	width: 600px;
	padding: 20px;
	margin: 20px;
	text-align: left
}

.bio {
	font-size: 12px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
	text-align: left
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
}

h2 {
	font-size: 18px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
}

ul {
	font-size: 12px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
	text-align: left
}

ul.none {
	list-style-type: none;
	font-size: 12px;
	font-style: normal;
	font-family: sans-serif;
	color: White;
	text-align: left	
}

a:link { 
	color: #ffff33;
	text-decoration: none;
	}
a:visited { 
	color: #ff6633;
	text-decoration: none;	
	}
a:hover { 
	color: #ffff99;
	text-decoration: none;
	}
a:active { 
	color: #ffff33;
	text-decoration: none;	
	}
	
.front a:link { 
	color: #ffffff;
	text-decoration: none;
	}
.front a:visited { 
	color: #ffffff;
	text-decoration: none;	
	}
.front a:hover { 
	color: #E1003E;
	text-decoration: none;
	}
.front a:active { 
	color: #ffffff;
	text-decoration: none;	
	}	