
body {
	font-size: 90%;
	}

.default {
	display:none;
	}

.bigger {
	display:inline;
	}


		.bigger a:link {
			color: #FFFFFF;
			text-decoration: none;
			}

		.bigger a:hover {
			color: #FFFFFF;
			text-decoration:none;
			font-weight:bold;
		}

		/*	
		.bigger a:visited {
			color: #003399;
			text-decoration: none;
		}
		*/
		
