P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : White;
}

A:Visited  {}

A:Active  {}

A:Hover  {}

body {
		 background-color: maroon;
		 color: white;
}


TABLE  {
	font-size : x-small;
	font-family : Arial;
}

.title  {
	font-size : x-large;
	font-family : Arial;
	color : White;
	text-decoration : none;
	text-transform : capitalize;
	font-style : italic;
	font-weight : bold;
}

.title_ambiance  {
	font-size : x-large;
	font-family : Arial;
	color : White;
	text-decoration : none;
	text-transform : capitalize;
	font-style : italic;
	font-weight : bold;
}

.location  {
	font-size : x-small;
	font-family : Arial;
	color : White;
	text-decoration : none;
	font-weight : bold;
}
.content  {
	font-size : medium;
	font-family :book antiqua;
	color : White;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
}
.content_l  {
	font-size : medium;
	font-family :book antiqua;
	color : White;
	font-weight : normal;
	text-decoration : none;
	text-align: left;
}
.content_r  {
	font-size : medium;
	font-family :book antiqua;
	color : White;
	font-weight : normal;
	text-decoration : none;
	text-align: right;
}
.content_p  {
	font-size : small;
	font-family :book antiqua;
	color : White;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
}
.content_note  {
	font-size : small;
	font-family :book antiqua;
	color : White;
	text-decoration : none;
	text-align: left;
}
.content_header  {
	font-size : large;
	font-family :times;
	font-style : italic;
	color : White;
	font-weight : bold;
	text-decoration : none;
	text-align: center;
}
.content_price  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : White;
	background-color : White;
	text-decoration : none;
	text-transform : lowercase;
	margin-left : 50px;
}
.footer  {
	font-size : xx-small;
	font-family : Arial;
	color : White;
	text-decoration : none;
	text-align: center;
}
