@charset "utf-8";
/* CSS Document */

 body {
 	color: rgb(0, 0,0);
	background-color: rgb(175, 175, 175);
	font-family:Arial, Helvetica, sans-serif;
	}
 a {
 	color: #ee0000; 
 	border-width: 0px;
	text-decoration:none;
	}
	/*
a:visited {
 	color: #ee0000;
	} */
	 
 a:hover, p a:hover{
 	color: #ff9999;
	text-decoration:underline;
	}  
 
 img { 
	  border-width: 0px;
	  }

