A { text-decoration: none }
A:hover { color: teal }
.menu
{
 font-family: arial;
 font-size: 12px;
 text-decoration: none;
 color: white
}
.menu:hover
{
 color: Lime
}
.menu:visited
{
 color: Yellow
}
.menu:active
{
 color: Yellow
}
.copyright
{
 font-family: verdana;
 font-size: 10px 
}
.general
{
 font-family: verdana;
 font-size: 12px;
 color: black
}
.heading
{
 font-family: arial;
 font-size: 15px;
 font-weight: bolder; 
 color: maroon
}
.rightframe
{
	BORDER-LEFT: 1px #2D559F solid silver;
	BORDER-TOP: 1px #2D559F solid silver;
	BORDER-BOTTOM: 1px #2D559F solid silver
}
.rightdelimeter
{
	BORDER-RIGHT: 1px #2D559F solid silver;
}

