@charset "UTF-8";
/* CSS Document */
body
{
	width: 130px;
	margin: 0px auto;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
}

p {width: 90%;}
 
a:link {color: #FFE860; text-decoration: none;}
a:visited {color: #70A0FF; text-decoration: none;}
a:hover {color: #70FF50; text-decoration: none;}
a:active {color: #ff5040; text-decoration: none;}