﻿body
{
background-image:url('bg-butterflies.gif');
}
.center {
	text-align: center;
}
.border1 {
	border-style: solid;
	border-width: 1px;
}
table {
	text-align : center;
	margin : 0 auto 0 auto;
}
.border0 {
	border-width: 0;
}
.justify-txt {
	text-align: justify;
	font-weight: bold;
}
.blue-txt-underline {
	color: #0000FF;
	font-size: large;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
.pink-txt-italic {
	color: #F92F76;
	font-size: large;	
}
.thumb-txt {
	color: #1D1DCC;
	font-weight: bold;
	font-style: italic;
}
a {
	color: #FF6699;
}
a:visited {
	color: #E1AEC6;
}
a:active {
	color: #1D1DCC;
}
a:hover {
	color: #808000;
}
