@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
text-decoration:none;
}
body{
font:normal normal .9em/1.1em "Trebuchet MS", Verdana, Arial, sans-serif;
}
a{
color:rgb(35,60,20);
}
a:hover{
color:rgb(100,0,60);
}

img{
border:none;
}