
/*main.css*/

/*Text*/

BODY, TR, TD,SELECT,INPUT,TEXTAREA
{    
font-family: Georgia, Book Antiqua, "Times New Roman", Times, serif;
font-size: 12px; 
line-height: 16px; 
color: #FFFFFF;
}

/* links */

a{
	color : #F6F3E6;
	font-family: Georgia, Book Antiqua, "Times New Roman", Times, serif;
	font-size : 12px;
	text-decoration : none;
	}

a:hover 
{
color:#F6F3E6;
text-decoration: underline;
}

a.gallery:hover img{
	border: 1px solid #FFFFFF;
	padding: 0px;
}
