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

div#menu a {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#ceb4a0;
	text-decoration:none;
	letter-spacing:3px;
	font-weight:bold;
	}
	
div#menu a:hover {
	text-decoration:none;
	font-weight:700;
	color: #FFFFFF;
	}
	
a.home {	
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#ceb4a0;
	text-decoration:none;
	letter-spacing:3px;
	font-weight:bold;
	}
	
a.home:hover {
	text-decoration:none;
	font-weight:700;
	color: #FFFFFF;
	}	