 /* CSS Document */
body {
	background-image: url(../img/background.png);
	background-color: #CCCCCC;
}
a:link {color: #4D4A46; text-decoration: underline;}  
a:visited {color: #4D4A46; text-decoration: underline; }  
a:hover {color: #272727; text-decoration: none; }
a:active {color: #4D4A46; text-decoration: underline; }
h2{font-family: verdana; font-size: 14px;}
select,input,textarea {
FONT-FAMILY: Verdana;
FONT-SIZE: 10px;
COLOR: #272727;
background-color: #FFFFFF;
border: 1px solid #352A26;
}
B,strong {
COLOR: #000000;
}
P,body {
FONT-FAMILY: Verdana;
FONT-SIZE: 10px;
COLOR: #272727;
}
TABLE {
FONT-FAMILY: Verdana;
FONT-SIZE: 10px;
COLOR: #272727;
}
TD {
FONT-FAMILY: Verdana;
FONT-SIZE: 10px;
COLOR: #272727;
}
/*------------------------------- Photo album --------------------------------*/
table.thumbs 	{border-spacing: 15px;}
table.center 	{width: 300px; margin-left: auto; margin-right: auto; text-align: center;}
td.thumbs 	{padding:0;text-align: center; vertical-align: middle; border: solid 1px #dddddd; eight: 130px; width: 130px;}
td.image 	{padding:0;text-align: center; vertical-align: middle; height: 450px; width: 450px;}
img.image 	{border: none;}
img.thumbs 	{border: none;}

