/*
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
}

.menu {
	font-family:Arial;
	font-weight: bold;
	color : #ffffff;
	text-decoration : none;
	font-size : 9pt;
}
:hover.menu{
	font-family : Arial;
	font-weight: bold;
	color : #b30000;
	text-decoration : none;
	font-size : 9pt;
}
.linkler {
	font-family:Verdana;
	color : #ffffff;
	text-decoration : none;
	font-size : 9pt;
}
:hover.linkler{
	font-family : Verdana;
	color : #b30000;
	text-decoration : none;
	font-size : 9pt;
}