body {
	background-color: #FFCCFF;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9B0066;
	text-align: center;
	background-image: url('images/rosepattern3.jpg');
}
p {
	font-size: 18px;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	color: #9B0066;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
}
hr {
	width: 90%;
	background-color: transparent;
	color: #9B0066;
}
td {
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9B0066;
	background-color: transparent;
	text-align: center;
	vertical-align: top;
	padding: 20px;
}
.td2 {
	font-family : 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #9B0066;
	background-color : transparent;
	text-align : center;
	vertical-align : top;
	width : 50%;
}
table {
	margin-top: 60px;
	margin-bottom: 60px;
	width: 90%;
	background-color: #FFCCFF;
	background-image: url('images/rosepattern4.jpg');
	color: #9B0066;
	padding: 20px;
	border: 5px solid #9B0066;
                margin-left: auto;
                margin-right: auto;
}
.table2 {
                margin-top: 15px;
	margin-bottom: 20px;
                width: 85%;
                border: 2px solid #9B0066;
	background-color: #FFCCFF;
	background-image: url('images/rosepattern5.jpg');
                margin-left: auto;
                margin-right: auto;
}
.table3 {
                margin-top: 40px;
	margin-bottom: 40px;
                width: 95%;
                border: 0 none;
	background-color: #FFCCFF;
	background-image: url('images/rosepattern5.jpg');
                margin-left: auto;
                margin-right: auto;

}
.bor {
               border: solid 3px #9B0066;
} 
h1 {
	font-size: 36px;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	color: #9B0066;
	background-color: transparent;
	text-align: center;
}
h2 {
	font-size: 24px;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	color: #9B0066;
	background-color: transparent;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	color: #9B0066;
	background-color: transparent;
	text-align: center;
}
a:link {
	font-size: 18px;
	font-family: 'Comic Sans MS', arial, 'times new roman', sans-serif;
	color: #CC0099;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}
a:visited {
	font-size: 18px;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	color: #FF33CC;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}
a:active {
	font-size: 18px;
	font-family: 'Comic Sans MS', tahoma, arial, 'times new roman', sans-serif;
	background-color: transparent;
	color: #FF66CC;
	text-decoration: underline;
	font-weight: bold;
}