font {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 text-decoration: none;
     }
a {  text-decoration: none}
a:hover {
	text-decoration: underline overline blink;
	color: #006600;
}
body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
