a { text-decoration:none }
a:link { text-decoration:none; color:white }
a:visited { text-decoration:none; color:white }
a:hover { text-decoration:none; color:#0000ff }

a.linka:link			{
	color : #0000ff;
	font-family : "Copperplate Gothic Light", "Trebuchet MS", arial;
	font-size : 11px;
	text-decoration: underline;
}

a.linka:visited		{
	color : #0000ff;
	font-family : "Copperplate Gothic Light", "Trebuchet MS", arial;
	font-size : 11px;
	text-decoration: underline;
}

a.linka:hover 		{
	color : white;
	font-family : "Copperplate Gothic Light", "Trebuchet MS", arial;
	font-size : 11px;
	text-decoration: underline;
}

.titles			{
	font-family : "Copperplate Gothic Light", "Trebuchet MS", arial;
	font-size : 11px;
	text-decoration: underline;
}


p,li,ul {
	color: #d1d1d1;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height : 18px;
}

/* POSITIONING */
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #000000 url(images/bg.gif);
}


