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

 a:link {
	color: #FF9966;
	text-decoration: none;
	background-color: transparent
}
 a:visited {
	color: #FF9966;
	text-decoration: none;
	background-color: transparent
}
 a:hover {
	color: #FF6666;
	text-decoration: none;
	background-color: transparent
}
 a:active {
	color: #FFCC99;
	text-decoration: none;
	background-color: transparent
} 
body

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	text-align: right;
	text-decoration: none;
	letter-spacing: 1px;
}

