body {
	background-image:url(images/latticeflower3.jpg);
	background-repeat: repeat;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 37px;
	margin-bottom: 37px;
	background-color:#FFDEAD;
}
body, td, th {
	font-family: 'Ovo', serif;
	font-size: 14px;
	color: #FFDEAD;
	line-height: 1.3;

}
.style1 {
	font-family: 'Ovo', serif;
	font-size: 22px;
	line-height: 1.3;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFDEAD;
}
.style2 {
	font-size: 18px;
	font-family: 'Ovo', serif;
	line-height: 1.3;
}
h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: normal;
	font-size: 36px;
	font-style: normal;
	color: #FFDEAD;
	text-align: center;
}
h2 {
	font-family: 'Abhaya Libre', serif;
	font-size: 28px;
	font-style: normal;
	color: #FFDEAD;
	text-align: center;
}
.red {
	color: #F33;
}
a:hover {
	color: #FF9900;
}
img {
    max-width: 100%;
    height: auto;
}

.GeneratedMarquee {
font-family: 'Abhaya Libre', serif;
	font-size: 20px;
	font-style: normal;
	color: #994db3;
line-height:1.3em;

}

#myDIV {
  
    border: 3px solid mediumPurple;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    50% {border-color: gold;}
}