/* CSS Document */
a:link{
text-decoration:none;
color:white;
}
a:visited{
text-decoration:none;
color:orange;
}
a:hover{
text-decoration:underline;
color:white;
}




body {
	background-color: #000000;
	
}
.Style1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
