body {
	font-size:medium;
	font-style:nomal;
	margin:0;
	color:black;
	text-align:center;
}

a {
	color:black;
}

a:link {
	color:blue;
}

a:visited {
	color:maroon;
}

a:active {
	color:green;
}

a:hover {
	color:auqa;
}

H6 {
	font-size:xx-small;
	font-style:italic;
	text-align:right;
}

.title {
	margin:15px 5%;
}



.photo {
	float:left;
	clear:left;
	width:50%;
	padding:5%;
	font-size:small;
}



.index {
	float:right;
	clear:right;
	width:50%;
	padding:0pt 5%;
	font-size:small;
}



.bottom {
	clear:both;
	width:80%;
	font-size:x-small;
}



.text {
	font-size:small;
	padding:20pt 10%;
}



