body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:0px;
  padding:0px;
  background-color:#FA95BB;
}

a {	
	color: #DA306B;	
	text-decoration: none;
}
a:link{
	color: #DA306B;	
	text-decoration: none;
}

a:visited {
  color:#ffffff;
  text-decoration: none; }
  
a:hover,a:active {
  /*background:#ffffff;*/
  color:#ffffff;
  text-decoration: underline; }

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

table.main {
	border: 3px;
	border-color: #DA306B;
	border-style: solid;
}

h1 {
	color: #DA306B;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h2 {
	color: #DA306B;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
p {
	font-size: 12px;
	line-height: 1.25em;
}

strong {
	color: #DA306B;
}

img.pinkborder {
	border-color: #DA306B;
	border-style: solid;
}

