/* Naturally-U CSS Document */

.body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.gallery {
	border: 1px solid #000;
}

.bodyBorder {
	background-image: url(../images/bodyBorderBg.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a:link {color: #000000; text-decoration: underline}     /* unvisited link */
a:visited {color: #999999; text-decoration: underline}  /* visited link */
a:hover {color: #c9c9c9; text-decoration: none}   /* mouse over link */
a:active {color: #cccccc; text-decoration: none}   /* selected link */