body{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x; 
	}
	
a:link {
	text-decoration: none;
	color:#000;
	border:none;
	}
a:visited {
	text-decoration: none;
	color:#000;
	border:none;
	}
a:active {
	text-decoration: none;
	color:#000;
	border:none;
	}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#000;
	border:none;
	}
a img {
	text-decoration: none;
	border: none; 
	text-align:center;
	padding:19px; 
	}
	
.title{
	text-align:center;
	text-decoration:none;
	border:none;
	}

.content{
	background-color:white;
	text-align:center;
	text-decoration:none;
	font-family:courier;
	border:none;
	margin:auto;
	width:900px;
	}
	
.content-index{
	text-align:left;
	text-decoration:none;
	font-family:courier;
	border:none;
	margin:auto;
	width:750px;
	}

.copyright{
	text-align:center;
	text-decoration:none;
	border:none;
	}