a:link
{
	color: #494949;
	font-weight: normal; 
	text-decoration: none;
        font-family: Arial;
        font-size: x-small;
}

a:visited
{
	color: #494949; 
	font-weight: normal;
	text-decoration: none;
        font-family: Arial;
        font-size: x-small;
}
 
a:active 
{
	color: #2222AA;
	font-weight: normal;
	text-decoration: none;
        font-family: Arial;
        font-size: x-small;
}

a:hover
{
	color: #808080;
	font-weight: normal;
	text-decoration: none;
        font-family: Arial;
        font-size: x-small;
}

body
{
	background-color: #000000;
	font-weight: normal;
        font-family: Arial;
        font-color: #494949;
        background-image: url(../pics/bg3.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
}


