/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 10pt;
	background-image:url(images/the_city_walls_backer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	

/* padding */

.padding {
	padding: 5px 5px 5px 5px
	}

.paddinglr {
	padding: 0px 5px 0px 5px
	}



/* links */

a:link{
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	
a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.linkw:link {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.linkw:visited {
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.linkw:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}



/* colours */
	
.red {
	color:#990000;
}
	
.white {
	color:#FFFFFF;
}

