/* Basic style */

body {
	font-family: sans-serif;
	color: black;
	background: white
}

img.photo {
	border-style: solid;
	border-width: thin;
	border-color: black
}


/* Footer style */

P.footer {
	margin-top: 1em;
	font-size: 71%
}


/* Link style */

A {
	text-decoration: underline
}

A:link {
	color: blue;
	background: transparent
}

A:visited {
	color: #663399;
	background: transparent
}

A:hover {
	color: green;
	background: transparent
}

A:active {
	color: red;
	background: transparent
}
