body
{
	font-family: sans-serif;
}


a:link.gallery
{
	color: #333333;
	text-decoration: none;
}

a:active.gallery
{
	color: #AAAAAA;
	text-decoration: underline;
}

a:hover.gallery
{
	color: #333333;
	text-decoration: underline;
}

a:visited.gallery
{
	color: #333333;
	text-decoration: none;
}

a:link.admin
{
	font-weight: bold;
	color: blue;
}

a:active.admin
{
	font-weight: bold;
	color: blue;
}

a:hover.admin
{
	font-weight: bold;
	color: blue;
}

a:visited.admin
{
	font-weight: bold;
	color: blue;
}

h1.cat_header
{
	width: 80%;
	font-size: large;
	color: #444444;
	background: #EEEEEE;
}

h1.cat_footer
{
	width: 80%;
	font-size: large;
	color: #EEEEEE;
	background: #EEEEEE;
}

h1.size_header
{
	width: 100%;
	font-size: medium;
	color: #444444;
	background: #EEEEEE;
}

b.admin
{
	color: blue;
	font-weight: normal;
}

div.textcontent
{
	align: justify;
}


