@CHARSET "ISO-8859-9";

a:link {color: #dcdcdc}     /* unvisited link */
a:visited {color: #dcdcdc}  /* visited link */
a:active {color: #dcdcdc}   /* selected link */
a:hover {
	/*color: #87cefa;*/
   color: #98dcff;
   /*color:#99ccff;*/
   text-decoration: none;
   cursor: pointer;
}   /* mouse over link */

body {
	background: #000000;
	color: #dcdcdc;
	font-family: sans-serif;
	font-size: 12px;
	margin: 3px 10px 10px 10px;
}

.small {
	font-size: 12px;
}

.linkVerySmall {
	font-size: 10px;
	font-family: sans-serif;
	text-decoration: none;
}

.linkSmall {
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.link {
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.siteDesc {
	font-size: 11px;
	font-family: "Comic Sans MS";
	/*font-family: sans-serif;*/
	/*color: #98dcff;*/
}

.firstLetter {
	font-size: 24px;
	font-family: serif;
	font-weight: bold;
	color: #98dcff;
}

medium {
	color: #dcdcdc;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 12px;
}

.big {
	color: #dcdcdc;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 14px;
}

.big1 {
	color: #dcdcdc;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 16px;
}

.small {
	color: #dcdcdc;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 12px;
}

.smaller {
	color: #dcdcdc;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 11px;
}

.label {
	color: #98dcff;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 16px;
	/*font-weight: bold;*/
}

.photoDesc {
	color: #dcdcdc;
	/*font-family: sans-serif;*/
	font-family: "Comic Sans MS";
	font-size: 12px;
	border-style:none;
	background-color: #000000;
}
