@charset "utf-8";
/* CSS Document */

body
{ 
background-image: url(../images/gfx_daisys_03.gif);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 100% 100%;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
font-size: 14px;
color:#0b50c9;
}

a:link {
	color: #0b50c9;
	font-size: 18px;
	text-decoration: none;}
a:visited {
	color: #0b50c9;
	font-size: 18px;	
	text-decoration: none;}
a:hover {
	color: #0b50c9;
	font-size: 18px;	
	font-weight:bold;
	}
a:active {
	color: #0b50c9;
	font-size: 18px;	
	text-decoration: none;
	}