/* Basic style */

body {
	color: black;
	background: #CCCCCC
}


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

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

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

A:hover {
	text-decoration: underline
}

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

