@charset "utf-8";
/* CSS Document */

body {
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    /*min-width:600px; */
}

a.big-link {
	font-family: Georgia;
	font-size: 25px;
	text-decoration: none;
	color: #9EA399;
	padding-right: 30px;
	display:block;
}

a.big-link:hover {
	text-decoration: none;
	color: #96A8A8;
	background: url(img/bg-menu.gif) no-repeat right;
}

a.small-link {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #9EA399;
	padding-right: 30px;
}

a.small-link:hover {
	text-decoration: underline;
	color: #96A8A8;
}