@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCC;
	color: #000;
}
body p {
	font-family: Tahoma, Geneva, sans-serif;
}
body p {
	font-size: 12px;
}
.style1 {
	text-align: center;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.style2 {
	text-align: left;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
.style1 {
	color: #FFF;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
}
