/* CSS Document */
span a{
	text-decoration:underline;
}

span a:hover{
	text-decoration:underline;
	color:#000000;
}


h1{
	color: #4E6771;
	font-family: Papyrus;
	font-size: 30px;
	text-align: center;
}

h2{
	color: #4E6771;
	font-family: Papyrus;
	font-size: 18px;
	text-align: center;
}

.std{
	color: #4E6771;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}

.std a{
	color: #4E6771;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	text-decoration:underline;
}
.std a:hover{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	text-decoration:underline;
}


