
BODY, TD, P, LI, UL {
  background: #000235;
  color: #FFFFFF;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A {
  color: #FFFFFF;
/*  text-decoration: none;*/
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

a.big {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 18px;
}

a.big:hover {
  color: red;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}

.title {
  color: white;
  font-weight: bold;
  font-size: 22px;
}

.f-tl 	{
	width: 5px; height: 5px; border-right: 1px solid white; border-bottom:  1px solid white;
}
.f-t {
	height: 5px; border-bottom: 1px solid white;
}
.f-tr {
	width: 5px; height: 5px; border-left: 1px solid white; border-bottom: 1px solid white;
}
.f-l {
	width: 5px; border-right: 1px solid white;
}
.f-r {
	width: 5px; border-left: 1px solid white;
}
.f-bl {
	width: 5px; height: 5px; border-right: 1px solid white; border-top: 1px solid white;
}
.f-b {
	height: 5px; border-top: 1px solid white;
}
.f-br {
	width: 5px; height: 5px; border-left: 1px solid white; border-top: 1px solid white;
}
.f-text {
	padding: 5px;
}


