@charset "utf-8";
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.4;
	}

body {
	font-size: 120%;
	background-color: #000;
	margin: 0px;
	color: #000;
	background-image: url(../pic/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Comic Sans MS", cursive;
}

h1 {
	font: Verdana, Geneva, sans-serif;
/*	text-align: center;*/
	color: #333;
}
h2 {
	margin-bottom: -20px;
}



/* Links */

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #949698;
}
a:hover {
	text-decoration: underline;
	color: #151515;
}
a:active {
	text-decoration: none;
	color: #D4D4D4;
}
a {
	font-weight: bold;
}

 a#current {
	color: #CCC; 
	font-weight: bold; 
	background-image: url(/pic/not.png); 
	background-repeat: no-repeat; 
	background-position: right center; 
	}

.list {
	list-style-type: none;
	margin-left: -15px;
}
.red {
	font-size: 16px;
	color: #F00;
	background-color: #FFF;
	font-weight: bolder;
}
