p {
	margin: 15;
	font-size: 80%;
	line-height : 200%;
	color: #000;
	}
	
	H1 {
	margin: 15;
	font-size: large;
	line-height : 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	}


a:link {
	color: #0066ff;
	text-decoration: underline;
	font-weight: bold;

	}

a:visited {
	color: #0066ff;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
	}

a:active {
	color: #0066ff;
	text-decoration: underline;
	font-weight: bold;

	}
.bottom a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;

	}

.bottom a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.bottom a:hover {
	color: #0066cc;
	text-decoration: underline;
	font-weight: bold;
	}

.bottom a:active {
	color: #333333
	text-decoration: underline;
	font-weight: bold;

	}
.top a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;

	}

.top a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

.top a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}

.top a:active {
	color: #ffffff
	text-decoration: none;
	font-weight: normal;

	}

