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

td {
	font-family:"Arial Narrow";
}

a {
	font-family:"Arial Narrow";
	color:#fdb3b4;
	font-weight:bolder;
	font-size:20px;
	text-decoration:none;
	}
	
a:hover {
	color:#f36c7b;
	}
	
	
/*/////////////////////////////
Menu
/////////////////////////////*/

.menu {
	font-family:"Arial Narrow";
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.menu a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*/////////////////////////////
Footer
/////////////////////////////*/

.footer {
	font-size:13px;
	line-height:2;
	
}
	