/*
(c) Copyright 2006 ROBO Design
http://www.robodesign.ro/
*/

/* Hide the VoiceXML form from browsers with CSS support */
head form
{
	display: none;
}

/* various changes */
h1, h2, h3, h4, h5, h6
{
	pause: 2s;
	voice-family: female;
}

#content
{
	pause-before: 2s;
}

#newsdate, #subscriptions div, tr
{
	pause: 1s;
}

#newslist div, li, th, td
{
	pause: 500ms;
}

/* We shall "hide" the numbering of the menus. This does not need to be read. */
#menus1 a:before, #menus2:after, #menus2 li:before
{
	speak: none;
}

