html{
	padding-top:10px;
	background:black;
	}

body{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color:white;
	}

a:link{
	color:blue;
	text-decoration:none;
	}

a:visited{
	color:blue;
	text-decoration:none;
	}

a:hover{
	color:white;
	text-decoration:none;
	background:#930;
	}

a:active{
	color:white;
	text-decoration:none;
	}

h1{
	background:white url('banner.jpg') no-repeat;
	width:1000px;
	height:173px;
	}

h3{
	text-align:center;
	}
	
#content{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

li{
	margin-left:300px;
	list-style-type:square;
	}

li a{
	color:blue;
	font-size:16px;
	font-weight:bold;
	}

#pictures{
	text-align:center;
	}