/* The CSS format for the Nama project page on juliencoder.de */

body
{
	color:#000000;
	background-color:#FFE4B5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14pt;
	voice-family:male;
}

a:link
{
	color:#000099;
	background:none;
	pause:500ms;
	speech-rate:slow;
	voice-family:female;
}

a:visited
{
	color:#000099;
	background:none;
	pause:500ms;
	speech-rate:slow;
	voice-family:female;
}

a:hover
{
	color:#000099;
	background:none;
	text-decoration:underline;
	voice-volume:loud;
	pause:500ms;
	speech-rate:slow;
	voice-family:female;
}

p
{
	pause:1s;
}

.invisible
{
	position:absolute;
	top:-20px;
	z-index:-1;
	display:none;
}
