div#warning,div#watch,div#ended {
border:2px solid #000;
width:696px;
margin:1em 0 .5em;
padding:4px 0 5px
}

div.floatLeft div#warning,div.floatLeft div#watch,div.floatLeft div#ended {
clear:left
}

div#warning {
background-color:#b00
}

div#watch {
background-color:#ff0
}

div#ended {
background-color:#6C6
}

div#warning h2,div#watch h2,div#ended h2 {
font-size:1em;
font-weight:700;
margin-bottom:0;
margin-top:0;
padding-bottom:0;
text-align:center
}


div#warning a:link,div#warning a:visited{
color:#FFF;
text-decoration: none;
}

div#watch a:link,div#watch a:visited,div#ended a:link,div#ended a:visited{
color:#000;
text-decoration:none;
}


div#warning a:hover, div#warning a:focus,
div#ended a:hover, div#endeda:focus,
div#watch a:hover, div#watch a:focus{
	text-decoration: underline;
}