@charset "UTF-8";
/* CSS Document */
body{
  font-family:Tahoma, Geneva, sans-serif;
  text-decoration: none;
  font-size: 11px;
  color: #8E40A2;
  background: #FFE0EB;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

h1 { display:inline;font-size: 20px;font-style: oblique;}

a:link, a:visited, a:active{
  text-decoration: none;
  color: #FF36AF;
  font-style: oblique;
}
a:hover{
  text-decoration: underline;
  color:#000000;
}
td {font-size: 11px; font-style: oblique;}
.thumbs {
  border-color: #8E40A2;
  border-style: solid;
  border-width: 1px;
}
.thumbs a:link img, .thumbs a:visited img, .thumbs a:active img{
  border-color: #8E40A2;
  border-style: solid;
  border-width: 1px;
}
.thumbs a:hover img{
  border-color: #111111;
  border-style: dashed;
  border-width: 1px;
}
.top{
	background: #FFF;
	padding:2px;
}
.top td{
  font-size: 11px;
  color: #8E40A2;
  font-style: oblique;
}
.top th{
  font-size: 18px;
  color: #8E40A2;
  font-style: oblique;
}
.top a:link, .top a:visited,.top a:active{
  text-decoration: none;
  font-size: 15px;
}

.top a:hover{
  text-decoration: underline;
  color: #111111;
}
 .links td,th{
  	font-size: 9px;
  }
  .links a:link, .links a:visited, .links a:active{
text-decoration : none;
font-size: 8px;

}
.links a:hover{
text-decoration : underline;
color:#FF0000;
}