/* Stylesheet created by Dave Odie (Gahlo Nokvir) */
	 
/* Items preceded by "#menu" only affect the menu portion of your site. */
#menu {
			padding-left:5;
			color:white; /* text colour */
			text-align:left;
			background-color:black;
			font-family:verdana,sans-serif;
			font-size:10pt; /* text size */
			}

#menu a {
				text-decoration:none;
				color:gold; /* text colour */
				font-family:verdana,sans-serif;
				font-size:10pt; /* text size */
				}

/* Items preceded by "#body" only affect the body section of your site. */
#body {
			background-color:#666;
			padding-top:10;
			padding-left:10; /* distance from menu */
			padding-right:10; /* distance from right side */
			color:#eee; /* text colour */
			font-family:verdana,sans-serif;
			font-size:10pt; /* text size */
			text-align:justify;
			}

#body div.title {
								font-size:20px; /* text size */
								color:white; /* text colour */
								font-family:verdana,sans-serif;
								font-weight:bold;
								}

#body a {
				color:gold; /* text colour */
				text-decoration:none;
				font-family:verdana,sans-serif;
				font-size:10pt; /* text size */
				}

/* The below tags affect how the browser looks */
BODY {
		 scrollbar-base-color:#666;
		 scrollbar-arrow-color:black;
		 }