a{
	text-decoration: none;
	color: rgb(251,234,203);
}

a:hover{
	color: rgb(240,240,240);
}

img{
	border: none;
}

h1{
	font-size: 15pt;
	margin: 5px;
}

.current{
	color: red;
}

p{
	margin-top: 0;
}

/** Stylish **/
html,body{
	/*background-color: rgb(240,230,185);*/
	background-color: black;
	text-align: center;
	font-family: "Arial";
	font-size: 10pt;
	
	background-image: url(../images/stars.jpg);
	background-repeat: repeat;
	background-position: top left;
}

#footer{
	font-size: 8pt;
	width: 800px;
	height: 20px;
	text-align: center;
	color: rgb(107,74,20);
}

	#footer a{
		color: rgb(107,74,20);
	}

.slide img{
	width: 177px;
	height: 270px;
}
