@charset "utf-8";
/* CSS Document */

/* this css file inherits most rules from the default.css and modifies some properties with the rules below */



#content {
	width: 910px; /* wider main panel */
	padding-left: 0px;
}


.tourtable {
font-size: 0.9em;
text-transform: none;
margin-bottom: 0px;
}

.post .entry li{
list-style: none !important;
}

.tourtable a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em !important;
background-image: none !important;
padding: 0 0 0 0 !important;
line-height:normal !important;
text-transform: none !important;
color: #0A416B !important;
}

.tourtable a:hover {
color: red !important;
}

.tourtable ul {
margin-bottom: 0px !important;
padding-left: 0px !important;
}
