p {
	text-indent: 1cm;
	color: #000000;

}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline blink;
}
.title {
	text-decoration: underline;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
}
.links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: #FFFF99;
	background-color: #000000;
}
.links a {
	color: #FFFFFF;
}
.links a:hover {
	color: #FFFF99;
}

