/* standard elements */

body {
	background: #84C8F1 url(bg.gif) repeat-y center top;
	color: #000000;
	font: normal 100% "Arial",sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: none;
}

a:hover {
        text-decoration: none;
       	font-weight: normal;
	font-style: normal;
	background-color: none;
}

a:link {
       text-decoration: underline;
       font-weight: normal;
       font-style: normal;
       background-color: none;

}

a:visited {
          text-decoration: underline;
          font-weight: normal;
	  font-style: normal;
	  background-color: none;

}

a:active {
         text-decoration: none;
         font-weight: normal;
	 font-style: normal;
	 background-color: none;

}

a img {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: none;
        border: 0;

}

a:hover img {
        border: 0;

}




li
{
margin-bottom:15px;
}