/* Basic CSS Document */

body {background: #fff;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	color: #a41558;
	}

#main {margin: 0 auto;
	width: 800px;
	}	

h1 {width: 760px;
	font-family:arial, sans-serif;
	font-size:23px;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	}

#nav li {display: inline;
	font-family: arial, sans-serif;
	background: #a41558;
	padding: 3px 5px;
	border: 2px inset #c5b9be;
	border: 2px outset  #a41558;
	margin: 0 3px 0 0;
	}
	
#nav li a:link {color: #fff;
	}

#nav li a:hover {background: #fff;
	color: #a41558;
	}	

.match {font-size: 16px;
	text-align: center;
	background: #c5b9be;
	padding: 10px;
	border: 4px solid #a41558;
	margin: 5px;
	width: 760px;
	}
	
tr {font: 18px arial, sans-serif; 	
	text-align:center;
	color: #a41558;
	}

p {font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	}

.morepics {font: 14px arial, sans-serif;
	background: #c5b9be;
	padding: 1px;
	border: 1px inset #a41558;
	border: 1px outset  #c5b9be;
	margin: 5px 85px;
	width: 100px;
	}

.ls img {width: 270px;
	height: 180px;
	margin: 30px 0 3px 0;
	}

.pt img {width: 180px;
	height: 270px;
	margin: 30px 0 3px 0;
	}

.format {width: 300px;
	padding: 0 50px;
	vertical-align: top;
	}

a:link {text-decoration:none;
	color: #a41558;
	}

a:visited {text-decoration: none;
	background: #eee;
	color: #fff;
	}

a:hover {background: #a41558;
	color: #fff;	
	}

.more {font: 18px arial, sans-serif;
	background: #c5b9be;
	padding: 3px;
	border: 3px inset #a41558;
	border: 3px outset  #c5b9be;
	margin: 15px;
	display: inline;
	}

.return {font: 14px arial, sans-serif;
	background: #c5b9be;
	padding: 3px;
	border: 3px inset #a41558;
	border: 3px outset  #c5b9be;
	margin: 15px 25%;
	}

#navfoot li {display: inline;
	text-align: center;
	font: 10px arial, sans-serif;
	background: #a41558;
	padding: 3px;
	margin: 0;
	}
	
#navfoot li a:link {color: #fff;
	}	

#navfoot li a:hover {background: #fff;
	color: #a41558;
	}
