@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	background-image: url(../images/background.jpg);
	padding: 0;
	margin: 0;
}


a {
	font-size: 10px;
	color: #9a349a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a349a;
}
a:hover {
	text-decoration: underline;
	color: #9a349a;
}
a:active {
	text-decoration: none;
	color: #9a349a;
}

a.secondlink:link {text-decoration: none; font-size: 12px; color: white; }
a.secondlink:visited {text-decoration: none; font-size: 12px; color: white; }
a.secondlink:hover {text-decoration: underline; font-size: 12px; color: white; }
a.secondlink:active {text-decoration: none; font-size: 12px; color: white; }

a.thirdlink:link {text-decoration: none; font-size: 12px; color: black; }
a.thirdlink:visited {text-decoration: none; font-size: 12px; color: black; }
a.thirdlink:hover {text-decoration: underline; font-size: 12px; color: black; }
a.thirdlink:active {text-decoration: none; font-size: 12px; color: black; }

h1 {
	font-size: 14px;
	color: #9a349a;
}

.style1 {
	color: #333333;
	font-size: 10px;
}

.style2 {
	color: #FFFFFF;
	font-size: 10px;
}

.style3 {
	color: #9a349a;
	font-size: 10px;
}

