/* CSS Document */

* {
        font-family: Arial, Helvetica, sans-serif;
}
body {
		background-color: black;
		background-image: url(/img/logo/Logo-dim.jpg);
		background-repeat: no-repeat;
		background-position: center top;
}
img {
		border-style: none;
		align: center;
}

.empty {
		height: 135px
}

.head {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
		text-align: center;
        font-weight: bold;
}

.logo {
		align: center;
		text-align: center;
}

.content {
        margin-top: 50px;
		align: center;
		text-align: center;
}

.tourdate {
        margin-top: 20px;
        margin-left: 100px;
		align: left;
		text-align: left;
		border-width: thin;
}

.menu {
		align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #EF5F5F;
        font-weight: bold;
		vertical-align: text-top;
		text-align: center;
		border-width: thin;
		border-style: ridge;
        text-decoration: none;
		cursor: crosshair;
}

.menu a:visited, .menu a:link {
        color: #EF5F5F;
        text-decoration: none;
}

.menu a:hover, .menu a:active {
        color: #EEEE00;
        text-decoration: none;
}

