﻿TD.dashed-green { border: 3px dashed green; }

.cities {
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;	
}

.pNumber {
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.menu {font-family:times;
border: 0px solid black;
font-weight:bold;
width: 170px;
height: 30px;
}

.menu a{
font: bold 15px times;
padding: 0px;
padding-left: 0px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid #c40002;
}

.menu a:hover{
color: white;
background-color: #C40002;
font: bold 15px times;
text-decoration: none;
}

.menuoff {font-family:times;
border: 0px solid black;
font-weight:bold;
width: 170px;
height: 30px;
}

.menuoff a{
font: bold 15px times;
background-color: #C40002;
padding: 0px;
padding-left: 0px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 1px solid #c40002;
}

.menuoff a:hover{
color: white;
background-color: #C40002;
font: bold 15px times;
text-decoration: none;
}


