﻿a:link {
	color: #9966FF;
}
a:active {
	color: #FF6699;
}
a:visited {
	color: #6666FF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FF6699;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #6666FF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #6600CC;
}
body {
	background-color: #FFFFFF;
	background-image: url('images/wallpaper3.jpg');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.pinkitalics {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #F4285C;
}
em  {
	font-weight: bold;
	font-style: italic;
}
