.navigation {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none
}

.navigation:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #d63535;
	font-weight: normal;
	text-decoration:none
}

.white {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none
}

.password {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	text-decoration:underline
}

body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #444444;
	font-weight: normal;
	text-decoration:none;
	line-height:20px
}

a {
    text-decoration: none;
}

.link{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #444444;
	font-weight: bold;
	text-decoration:underline;
	line-height:20px
}

.link{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #444444;
	font-weight: bold;
	text-decoration:underline;
	line-height:20px
}

.link:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
	line-height:20px
}

.search {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	line-height:14px
}

.additions{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #222222;
	font-weight: normal;
	text-decoration:none;
	
}

.form{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #222222;
	font-weight: normal;
	text-decoration:none;
	
}

.title {
    font: Times New Roman;
	font-size: 25px;
	font-style:italic;
	color: #6a6a6a;
	font-weight: normal;
	text-decoration:none
}

.restaurant {
    font:Arial;
	font-size:16px;
	font-weight:bold;
	color:#920d0d;
	font-weight:normal;
	text-decoration:none
}

.sortable-list {
    list-style-type : none;
    margin : 0;
}
.sortable-list li {
	position: relative;
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #f7f7f7;
    border : #ccc;
    width : 200px;
	text-align:center
}
