a:visited
{
	Font: 100%;
	Color: #000040;
	Text-Decoration: none;
}

a:hover
{
	Font: 100%;
	Color: rgb(0,0,255);
	Text-Decoration: underline;
}

a:active
{
	Font: 100%;
	Color: rgb(255,0,255);
	Text-Decoration: none;
}

a:link
{
	Font: 100%;
	Color: rgb(0,0,128);
	Text-Decoration: none;
}
