body{
  background-color : White;
  width: 730px;
}

.mainTable{
  width: 600px;
  background-color: White;
  border: 1px;
}

.linkImg{
  height: 40px;
  width: 120px;
  border: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

strong{
  font-size: larger;
  font-style: italic;
}

.contacts, .contactsLbl{
  font-family: "Lucida Sans Unicode";
  font-size: 12px;
  color: Navy;
}

.footer{
  font-family: sans-serif;
  font-size: 10px;
  color: Maroon;
  text-align: left;
}

.link{
  font-family: "Lucida Sans Unicode";
  font-size: 12px;
  color: Navy;
}

p,ul {
	font-family: sans-serif;
	color : #5C2358;
}

.subTitle{
	font-family: sans-serif;
	color : #5C2358;
  font-size: large;
}

a {
  text-decoration : underline;
}

a:visited  {
	color : inherit;
	text-decoration : underline;
	text-transform : inherit;
	clip : inherit;
	cursor :pointer;
}

a:hover  {
	color : Red;
	text-decoration : none;
	cursor :pointer;
}

