/* CSS Document */

body {
background:#060608;
}

p {
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
}

h1 {
font-family: helvetica, sans-serif;
font-size:16px;
font-weight: bold;
}
 
a:link {
	color: #f4d1ba;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	
}
a:hover {
	text-decoration: none;
	color: ##f4d1ba;
	font-weight: bold;
	font-size: 11px
}

a:visited {
	text-decoration: none;
	color: #E4AC87;
	font-weight: bold;
	font-size: 11px
	
}
a.menu:link {
	color: #060608;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
a.menu:hover {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #060608;
	font-weight: bold;
	font-size: 10px
}

a.menu:visited {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #060608;
	font-weight: normal;
	font-size: 11px
}
