
.LinkFont {
 font-size : 10;
 font-family :  Arial;
 color : #000000;
 font-style: italic;
 text-decoration: none;
 font-weight: bold;
 border-style: double;
}
a.LinkFont:HOVER {
 font-size : 10;
 font-family :  Arial;
 color : #ffffff;
 font-style: italic;
 text-decoration: underline;
 font-weight: bold;
}
.LinkFontB {
 font-size : 15;
 font-family :  Arial;
 color : #ff69b4;
 font-style: normal;
 text-decoration: none;
 font-weight: bold;
}
a.LinkFontB:HOVER {
 font-size : 15;
 font-family :  Arial;
 color : #000000;
 font-style: normal;
 text-decoration: underline;
 font-weight: bold;
}
.LinkFontC {
 font-size : 48;
 font-family :  Arial;
 color : #ffffff;
 font-style: italic;
 text-decoration: none;
 font-weight: bold;
}
a.LinkFontC:HOVER {
 font-size : 49;
 font-family :  Arial;
 color : #ffffff;
 font-style: italic;
 text-decoration: underline;
 font-weight: bold;
}
p {
 font-size: 25;
 text-indent: 20px;
}
p.right {
 text-align: right;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
table
{
  background-color: #e7e2cf;
}