@charset "utf-8";
/* CSS Document */
body{
	background: black;
	color:#FFFFFF;
}
p{
	text-align:center;
	font-size: small; 
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
}
a:link {
	color:#FFFF00;	/* unvisited link */
	text-decoration:none;
}      
a:visited {
	color:#008000;	/* visited link */
	text-decoration:none;
}  
a:hover {
	color:#0000FF;	/* mouse over link */
	text-decoration:none;
}  
a:active {
	color:#FFA500;	/* selected link */
	text-decoration:none;
}  
img{
	width:30%;
	height:30%;
}

