#announcement
{
	border: 1px dotted #262626;
	margin: 0px;
	padding: 0px;
	
}
#announcement p
{
	margin: 0px;
	color: white;
}
#announcement p a
{ 
	color: white;
}
#announcement p a:hover
{ 
	text-decoration: none;
}
.standardpage h1
{
	color: #EFBF00;
}
.twitter img
{
	position: relative;
	top: -7px;
}
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 200px;
	padding: 20px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
	