﻿a:link
{
	color: rgb(5,61,108);
	text-decoration: none; 
}
a:visited
{
	color: rgb(5,61,108); 
	text-decoration: none; 
} 
a:active 
{
	color: rgb(5,61,108);
	text-decoration: none; 
}

body
{
	background-image: url(../images/bg/bg.jpg);
	background-attachment:fixed;
}
.linktext
{
	font-family: Arial, Verdana, Helvetica;
	font-size:  10px;
	color: rgb(255,0,0);
		
}
