body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

/* Links */
a
{
	color: Yellow;
	text-decoration: none;
}

a:link
{
	color: #FF0000;
	text-decoration: underline;
}

a:visited
{
	color: #FF0000;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
}

/* Headings */
h2
{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #C9C9C9;
	font-size: 14px;
}

p, li
{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Navigation Bar */
.nav
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

/* Legal Notice */
.legal
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Photo Gallery */
.GalleryTitle
{
	font-weight : bold;
	font-size : larger;
}

.GalleryCaption
{
	font-weight : bold;
	font-style : italic;
}

.GalleryPostedBy
{
	font-style : italic;
}
			
.GalleryPosterOn
{
	font-style : italic;
	font-size : smaller;
}