body { background-color: #fff; }

#bigwrap
{
	border-color: #ccc;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	width: 500px;
	margin: 0 auto;
}

.pic
{
	border-width: 1px;
	border-color: #ccc #ccc #ccc #ccc;
	border-style: solid;
}

.caption
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7em;
	text-align: justify;
	color: #000;
	line-height: 120%;
	background-color: #efefef;
	padding: 5px;
	border-width: 1px;
	border-color: #ccc #ccc #ccc #ccc;
	border-style: solid;
	margin: 3px 0px 6px 0px;
	width: 490px;
	display: block;
}

#buttons
{
	display: block;
	white-space: nowrap;
	text-align: center;
}

a:link
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: underline;
	padding: 2px;
}

a:active
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: none;
	padding: 2px;
}

a:visited
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: underline;
	padding: 2px;
}

a:hover
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: none;
	background-color: #fff;
	padding: 2px;
}
