.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
}
/* Links */
a:link {
color: #000000;
background: inherit;
text-decoration : none; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
padding : 0;
margin : 0;
}
a:visited {
color: #000000;
background : inherit; 
text-decoration : none; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}
a:hover {
color: #999999;
background : inherit; 
text-decoration : underline; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}
a:active {
color: #999999;
background : inherit; 
text-decoration : none; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}

/* RLinks */
.rlink a:link {
color: #ffffff;
background: inherit;
text-decoration : none; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
padding : 0;
margin : 0;
}
.rlink a:visited {
color: #ffffff;
background : inherit; 
text-decoration : none; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}
.rlink a:hover {
color: #cccccc;
background : inherit; 
text-decoration : underline; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}
.rlink a:active {
color: #cccccc;
background : inherit; 
text-decoration : none; 
font-family: Tahoma,Verdana, Arial, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}