.header {
	height:50px;
	width: 1000px;
}

.text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #AAA;
	font-weight: 500;
	text-shadow: #000000 0 0 0px; /*workaround for safari that makes text too bold*/
	opacity:0.99; /*workaround for firefox mac that makes text too bold*/
	line-height: 22px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #AAA;
	font-weight: 500;
	text-shadow: #000000 0 0 0px; /*workaround for safari that makes text too bold*/
	opacity:0.99; /*workaround for firefox mac that makes text too bold*/
	line-height: 25px;
}

.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #DDD;
	font-weight: 500;
	text-shadow: #000000 0 0 0px; /*workaround for safari that makes text too bold*/
	opacity:0.99; /*workaround for firefox mac that makes text too bold*/
	line-height: 25px;
}

