/* Start of CMSMS style sheet 'Black and Blank CSS' */
body {
	background:#000;
	color:#fff;
	font-family:Times New Roman;
}

a			{font: bold 12pt; text-decoration: underline;}
a:link			{color: #92fff4;}
a:visited		{color: #00dec8;}
a:hover, a:active	{color: #fff; text-decoration:none;}

.header {
	padding:7px;
	font-size:10pt;
	font-family:Helvetica, Arial, San-Serif;
	background:#333;
	text-align:center;
}

.header a				{text-decoration: none;}
.header a:link			{color: #fff;}
.header a:visited		{color: #fff;}
.header a:hover, a:active	{color: #fff; text-decoration:underline;}


.admin {
	list-style: none;
	margin: 0px;
	padding: 0;
}
	
.admin li {
	font-size:10pt;
	margin: 0px 4pt;
	display: inline;
}

img {
	border:0px;
}

.gallery {
	border:10px solid #fff;
	margin:0px auto;
	width:600px;
	background:url(/data/images/59-tile.jpg);
}
/* End of 'Black and Blank CSS' */

