@charset "utf-8";
/* CSS Document */

.welcome {
	text-align: center;
	font-size: large;
	font-style: italic;
	border: 5px ridge #CCCCCC;
}
.bold {
	font-weight: bold;
	color: #003399;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	background-color: #FFF;
}
.info {
	font-weight:normal;
	font-style:normal;
	font-size:20px;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #003399;
	background-color: #FFF;
}
.contact {
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #003399;
	background-color: #FFF;
}
.pix {
	text-align: center;
	background-color: #FFF;
}
