/* CSS Document */
body		
{
 font-family:candara, times;
 margin-top:5;margin-bottom:1;margin-left:1;margin-right:1;
}
.menu		{font-size:125%}
A:link 		{text-decoration: underline; color: black}
A:visited 	{text-decoration: underline; color: black}
A:active 	{text-decoration: underline; color: black}
A:hover 	{text-decoration: underline; color: #FF0000;}
.txt		{font-family:candara, times; font-size:x-small;}

