body, p, th, tr, td {
	background-color: #000066; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;	
	margin: 0px;
	padding: 0px;
}

.Contact {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight : normal;
	background-color: #3333ff;
}

a.Contact:link {
	color: white;
	text-decoration: none;
	background-color: #3333ff;
}

a.Contact:visited {
	color: white;
	text-decoration: none;
	background-color: #3333ff;
}

a.Contact:hover {
	color: Red;
	text-decoration: underline;
	background-color: #3333ff;
}

a.Contact:active {
	color: Red;
	text-decoration: underline;
	background-color: #3333ff;
}

.Image {
	border-color: black;
	border-width : 2px;
}

A:link {
  	color: white;
	font-weight : normal;
  	text-decoration: none;
}

A:visited {
  	color: white;
	font-weight : normal;
  	text-decoration: none;
}

A:active {
  	color: red;
	font-weight : normal;
  	text-decoration: none;
}

A:hover {
  	color: red;
	font-weight : normal;
  	text-decoration: none;
}

a.Foot1:link {
	color: white;
}

a.Foot1:visited {
	color: white;
}

a.Foot1:active {
	color: red;
}

a.Foot1:hover {
	color: red;
}
