body{
background-color:rgb(255,255,200);
}

a.link_1 {
color:rgb(0,0,0);
font-size:13px;
text-decoration:none;
border-style:solid;
border-width:1px;
border-color:rgb(150,150,150);
padding-left:10px;
padding-right:10px;
background-color:rgb(220,220,220);
}

a.edit {
text-decoration:none;
color:rgb(150,0,0);
font-size:11px;
}
a.edit:hover {text-decoration:underline;}





a.link_1:hover {background-color:rgb(255,220,220);}

div {
font-family:arial,sans-serif;
font-size:13px;
color:rgb(0,0,0);
padding:1px;
}

