/* Oldpage stylesheet */

a:visited
{
	color: #00aa00;
}

a:link
{
	text-decoration: underline;
	color: #00ff00;
}

a:hover
{
	text-decoration: none;
	color: #4692ff;
}

body
{
	color: #ffffff;
	background-image: url(../_repository/images/oldpage/backgrnd.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

td
{
	color: #ffffff;
}


