table.main a:link	{text-decoration: none; color: rgb(182,182,182)}
table.main a:visited {text-decoration: none; color: rgb(182,182,182)}
table.main a:hover {text-decoration: underline; color: rgb(255,255,255)}

table.browse a:link	{text-decoration: none; color: rgb(182,182,182)}
table.browse a:visited {text-decoration: none; color: rgb(255,255,255)}
table.browse a:hover {text-decoration: underline; color: rgb(255,255,255)}

table.view a:link	{text-decoration: none; color: rgb(182,182,182)}
table.view a:visited {text-decoration: none; color: rgb(255,255,255)}
table.view a:hover {text-decoration: underline; color: rgb(255,255,255)}

strong a:link	{text-decoration: none; color: rgb(82,82,82)}
strong a:visited {text-decoration: none; color: rgb(82,82,82)}
strong a:hover {text-decoration: underline; color: rgb(82,82,82)}

body {
	background-color: rgb(180,180,180);
}

table1 {
	background-color: rgb(180,180,180);
}

img.gallery {
	border: 1px solid #000000;
}

.browse {
	background-color: rgb(82,82,82);
	font-family: verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(255,255,255);
}

.view {
	background-color: rgb(82,82,82);
	font-family: verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(255,255,255);
}

.main {
	font-family: verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(255,255,255);
}

.full_photo {
	border-color: #000000;
    border-width: 8px 8px 8px 8px;
    border-style: solid;
}