@charset "utf-8";
/* CSS Document */

h1 {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #dfaa00;
}
h2 {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #dfaa00;
}
body {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	scrollbar-base-color: #DFAA00;
	scrollbar-arrow-color: #0A0705;
	overflow: auto;
	/*background-image: url(site_background.gif);*/
}

div.imgborder a:link    img {color: #dfaa00; border: 1px solid #dfaa00;}  /* orange unvisited link */
div.imgborder a:visited img {color: #dfaa00; border: 1px solid #dfaa00;}  /* orange visited link */
div.imgborder a:hover   img {color: #00FF00; border: 1px solid #00ff00;}  /* green mouse over link */
div.imgborder a:active  img {color: #ff0000; border: 1px solid #ff0000;}  /* red selected link */

div.textborder a:link    {color: #dfaa00; text-decoration:none}  /* orange unvisited link */
div.textborder a:visited {color: #dfaa00; text-decoration:none}  /* orange visited link */
div.textborder a:hover   {color: #00FF00; text-decoration:none}  /* green mouse over link */
div.textborder a:active  {color: #ff0000; text-decoration:none}  /* red selected link */

p {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.more_yellow {
	font-size: 16px;
	color: #dfaa00;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-bottom: 15px;
	font-style: italic;
	text-decoration: none;
}
.style_s {
	font-size: 18px;
}
.style1 {font-size: 36px}

html { height: 100%; margin-bottom: 1px; }
