
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 200px;
border: 0px solid black;
padding: 10px;
background-color: #537caf;
font-family:nina;
font-style:normal;
text-align:left;
font-size:17px;
color:#424242;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.linkler{ 
font-family:nina;
color:#000000;
text-decoration:none;
padding:10px;
text-shadow:#666666;
}

