p {
	margin: 10px;
	font-weight: normal;
	line-height: 21px;
}


li {
	font-weight: normal;
	margin: 10px;
}

ul { list-style-type: square; margin: 10px 10px 10px 4em; font-weight: normal; line-height: 21px; border-width: 1em; }


a:link {color: #c00000;
	text-decoration: none;
	font-size: larger;
	}


a:visited {color: #c00000;
	text-decoration: none;
	font-size: larger;
	}


a:hover {color: #cc0000;
	text-decoration: none;
	font-size: larger;
	}


a:active {color: #cc0000;
	text-decoration: none;
	font-size: larger;
	}

a.two:link {color: #ffff00;
	text-decoration: none;
	font-size: 100%;
	}


a.two:visited {color: #ffff00;
	text-decoration: none;
	font-size: 100%;
	}


a.two:hover {color: #c00000;
	text-decoration: none;
	font-size: 100%;
	}


a.two:active {color: #ffff00;
	text-decoration: none;
	font-size: 100%;
	}

