/* mobile */
@import url("mobile.css") only screen and (max-width:480px);
/* tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
/* desktop */
@import url("desktop.css") only screen and (min-width:769px);#container #content #announce #container #content #announce2 {
	text-align: center;
}
#container #content #announce p .toggleopacity {
	text-align: right;
}
#content #announce #container #content #announce2 .boxright .rndheader {
	font-family: Verdana, Geneva, sans-serif;
}
