/* basic elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	margin: 0px;
	padding: 0px;
	font-family: geneva, arial, helvetica, sans-serif;
	color: #000;
	background: #9E987E;
	}

html {
	margin: 0px;
	padding: 0px;
	}
a 	{
	text-decoration: none;	
   }

a.menu 	{
				font-weight:bold;
				font-size: 1em;				
				color: #fff;
        }

#content{
			width: 0px;
			}

.title {
				font-weight:bold;
				text-decoration: none;	
				font-size: 1em;
				color: #B12526;
         }
				 
b.site {
				font-weight:bold;
				font-size: 80%;
				color: #B12526;
         }

td.all{
			text-align:center;
			}

td.first
			{
			text-align:left;
			}

td.last
			{
			text-align:right;
			}

.hit{
			font-family:'Times New Roman',Times,serif;
			color: #fff;
}
