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

td.bottom_corner a:link {text-decoration: none; color: cornsilk}
td.bottom_corner a:visited	{text-decoration: none; color: cornsilk}
td.bottom_corner a:hover {text-decoration: underline; color: cornsilk}
	
strong a:link	{text-decoration: none;	color: rgb(23,28,130)}
strong a:visited	{text-decoration: none;	color: rgb(23,28,130)}
strong a:hover	{text-decoration: underline;	color: rgb(23,28,130)}

.main {
	/* Main table background color */
	/* background-color: #606060; */
	background-color: rgb(162,162,162);
}

.favorites {
	border-color: #555555;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.bottom_corner {
	/* Bottom-right corner cell color */
	/* background-color: #555555; */
	background-color: rgb(102,102,102);
}

.photo {
	border-color: #000000;
	border: 1px solid;
}

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

.form01 { 
	visibility: hidden;
	display: none;
}

main_bottom a:link	{text-decoration: none;	color: rgb(123,128,230)}
main_bottom a:visited	{text-decoration: none;	color: rgb(123,128,230)}
main_bottom a:hover	{text-decoration: underline;	color: rgb(123,128,230)}