﻿body 
{
    font-size:12px;
    margin:0;
	color: #bcbec0;
	background-image: url('../images/index_bg.gif');
}
a:link {
	color: #bcbec0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
