/* CSS Document */

body{
overflow: auto;
height:1000px;
width:800px;
margin:0px;
background:url(images/background2.jpg);
background-repeat:repeat;
font-family:tahoma;
font-size:12px;
color:#000000;
}

A:link {
	COLOR: black; TEXT-DECORATION: none;
 font-family:Tahoma;
 font-size:10pt;
 font-weight:bold;}

A:visited {
	COLOR: black; TEXT-DECORATION: none;
 font-family:Tahoma;
 font-size:10pt;
 font-weight:bold;}

A:hover {
	COLOR: green; TEXT-DECORATION: none;
 background:transparent;
 font-family:Tahoma;
 font-size:10pt;
 font-weight:bold;
 cursor:hand;}

.rensink{
width:258px;
height:110px;
border:0px solid black;
position:relative;
margin-left:170px;
font-family:arial;
font-size:14px;
line-height:110%;
color:#000000;
text-align:left;
}

.rensink2{
width:400px;
height:350px;
border:0px solid black;
position:relative;
margin-left:20px;
margin-top:0px;
font-family:arial;
font-size:14px;
line-height:110%;
color:#000000;
text-align:left;
}

.news{
width:200px; 
height:150px; 
border:1px solid black; 
background-color:transparent; 
margin-left:200px; 
overflow:auto;
text-align:center;
}

