﻿TABLE.attachment
{
	background-color: #fcf3e6;
	margin-bottom: 10px;
}
IMG.attachment
{
	width: 120px;
	border: solid 1px #00FF00;
}

A.attachment
{
	border: solid 1px #e3ae97;
	color: #2778b6;
	padding: 2px 2px 2px 2px;
	display: block;
	text-align: center;
	text-decoration: none;
}
A.attachment:visited
{
	border: solid 1px #FFFFFF;
	color: #2778b6;
	text-decoration: none;
}
A.attachment:hover
{
	border: solid 1px #2778b6;
	color: #2778b6;
	text-decoration: none;
}
