@import url("/_common/style/links.css");
.linksample { padding:10px !important; margin:10px; border:1px dashed #000; text-align:center !important; }
#ourlinks p { margin-top:10px; }
#ourlinks textarea {
	font: bold 14px "Courier New", Courier, mono;
	display:block; width: 470px; height:70px; background-color:#EFE; border:2px dashed #8A8; padding:10px;
}
.linkitem { border:1px dashed #AAA; padding:5px; margin: 0 0 5px 0; position:relative; width:460px }
.linkitem .image img { position:relative; top:-7px; }
.linkitem .name, .linkitem .text { position:absolute; left:150px; }
.linkitem .name	{ top:0px; font: bold 14px Georgia, "Times New Roman", Times, serif; color:#04F; }
.linkitem .text	{ top:16px; font: 10px/12px Verdana, Arial, Helvetica, sans-serif; }
.linkitem a.name:hover { color: #F40; text-decoration:none; }