/* CSS Document */

#desno {
width:200px;
height:500px;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
font-family:Verdana;
color:#000000;
font-size:14px;
}

h1 {
font-family:Verdana;
font-size:18px;
}

a:link {
color:#333333;
font-size:14px;
font-family:Arial;
text-decoration:none;
}

a:visited {
color:#333333;
font-size:14px;
font-family:Arial;
text-decoration:none;
}