/*
	Anime Song Lyrics Search Engine
		- CSS Library

	By Kenichi Maehashi <webmaster@kenichimaehashi.com>
	Copyright (C) 2006, All rights reserved.
	
	Last Update: 2006.09.27
*/


A
{
	text-decoration: none;
}

A:link
{
	color: rgb(255, 102, 51);
}

A:visited
{
	color: rgb(51, 51, 102);
}

A:hover
{
	color: rgb(255, 0, 0);
}

BODY
{
	color: rgb(0, 0, 0);
}

.hiddenText
{
	display: none;
}