@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	text-align: center;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: none;
	color: #AF033B;
}
a:active {
	text-decoration: none;
}

.footer
{
	font-family:"Tw Cen MT";
	color:#FFF;
	text-align:center;
	font-size:16px;
}


.newTextTitle
{
	font-family:"Tw Cen MT";
	text-align:center;
	font-size:20px;
}


.footer a, a:active, a:visited
{
	font-family:"Tw Cen MT";
	color:#FFF;
	text-align:center;
	font-size:16px;
	text-decoration: none;
}
.myText {
	font-size: 16px;
	font-family: "Tw Cen MT";
}

.footer a:hover
{
	font-family:"Tw Cen MT";
	color:#AF033B;
	text-align:center;
	font-size:16px;
	text-decoration: none;
}

.clickPage a:link {
	text-decoration: none;
	color: #006;
}
.clickPage a:visited {
	text-decoration: none;
	color: #006;
}
.clickPage a:hover {
	text-decoration: none;
	color: #AF033B;
}
.clickPage a:active {
	text-decoration: none;
}

