body {
		background: #ccffd9;
	}

a:link  {
		color: #7755ff;
		text-decoration: none;
	}
	
a:visited  {
		color: #0077ee;
		text-decoration: none;
	}
	
a:hover  {
		color: red;
	}

a:active {
		color: green;
	}

.title {
		width: 60%;
		background: #ffd9cc;
		font: 900 x-large tahoma;
		color: blue;
		border: 6px ridge #ffff00;
	  }
	  
.table {
		border-style: groove;
		background: #4d4d80;
		border-color: #ffffcc;
		border-width: medium;
	}

.th {
	color: white;
	border-bottom: solid white;
	text-align: center;
	font:  900  medium tahoma:
	}

.td {
	font: 400 small tahoma;
	color: black;
	text-align: left;
	background: #b3cce6;
	}


strong {
		font: 900 large tahoma;
	}

.localLink {
		font: 900 large tahoma;
		text-align: center;
	}

.div {
		text-align: center;
	}