body {
	background-color: #999999;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	

#site {
	background-color: #B3B3B3;
	width: 85%;
	margin: auto;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

                                       /* PROPRIETES */

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #993333;
}

a:hover {
	color: #CC6600;
	text-decoration: overline underline;
}

p:hover {
  color: #6B0010;
}

.bold {
	font-weight: bold;
}


                                       /* HEADERS */
.header {
	background-color: #000;	background-repeat: no-repeat;
	text-align: right;
	height: 80px;
}

.title {
	float: left;
	color: #6B0010;
	font-size: 32px;
	padding: 20px 20px 20px 20px;
	text-decoration: underline;
}

                                       /* MENUS */

.menuh {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: solid thin black;
	border-bottom: solid thin black;
}
                                      /* MIDDLE */

.middle {
	width: 100%;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.property {
	margin: auto;
	margin-top: 10px;
	border: dotted 1px black;
	width: 70%;
	color: #B90000;
}

.propertitle {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	color: black;
}

.middletitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #006695;
}
