/*----------------------------------------------
 |  base.css |
 |-----------
 |  Basic elements (body,a,img,hr...)
 *---------------------------------------------*/
body {
  background-color: #fcd4e3;  
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  font-family: Century Gothic;
  padding: 0;
}

a:link, a:active, a:visited {
  color: #d00b8a;
  font-weight: normal;
  text-decoration: none;
}


a:hover {
  text-decoration: none;  
}


a.small:link, a.small:active, a.small:visited {
  color: #B31D38;
  font-weight: normal;
  text-decoration: none;
}


a.small:hover {
  text-decoration: none;  
  border-bottom: 1px dashed #B31D38;
}

a.image:hover {
  text-decoration: none;  
  border-bottom: 0px;
}


hr {
  border: 1px dashed #EEEEEE;
  height: 1px;
}

img {
  border: none;
}

img.left {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

img.right {
  float: right;
  margin-bottom: 15px;
  margin-left: 20px;
}


img.center {
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

td {
  vertical-align:top;
}


#showimage {position:absolute;visibility:hidden;border: 1px solid gray;}

td.maskotname{
	text-align:center;
	margin:0;
	padding:0;
	padding-top:15px;
        color:#000000;
}