

body
{
	font-family: Courier New;
	font-weight: normal; 
	font-size: 9px;
	color: #212121; 
	background-color: #ffffff;
	background-image: url(/img/bak.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: 0px 0px; 
    scrollbar-base-color: #efefef;
 
}

*{font-size: 11px;}



a
{	
color: #202020;
font-size: 15px;
text-decoration: underlined;
} 
 
a:hover
{	
	color: #ffffff;
	font-size: 15px;
	text-decoration: line-through;
}

a.side
{	
color: #202020;
font-size: 15px;
text-decoration: underlined;
} 
 
a:hover.side
{	
	color: #ffffff;
	font-size: 15px;
	text-decoration: line-through;
	background: #202020;
}

a.link
{	
color: #202020;
font-size: 15px;
text-decoration: underlined;
} 
 
a:hover.link
{	
	color: #ffffff;
	font-size: 15px;
	text-decoration: line-through;
	background: #202020;
}

