@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	background-position:center;
	
}

A:link {text-decoration: none; color:#0e254c;}
A:visited {text-decoration: none; color:#0e254c;}
A:active {text-decoration: none; color:#0e254c;}
A:hover {text-decoration: underline; color: #0e254c;}

object {
outline:none;
}
</style>