/* Basic style */

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

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


/* List style */

LI {
	margin-top: 3ex;
	margin-bottom: 1ex
}


LI LI {
	margin-top: 1ex;
	margin-bottom: 0ex;
}

UL UL UL {
	margin-top: 1ex;
	margin-bottom: 0ex;
}

LI LI LI {
	margin-top: 0ex;
	margin-bottom: 0ex;
}


/* 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
}

