/* CSS Stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#dedaac;
	font-size: 12px;
}


a
{
color:blue;

}

a:hover
{
	color: #dd0000;
}

img
{
	border:0px;
	width: 50%;
}


#all
{
	margin: auto;
	position: relative;
	top:80px;
	padding:20px;
	text-align:center;
}

#endlinks
{	
	position: absolute;bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	font: normal 11px;
	text-align:center;
	color: #666;

}

#endlinks .small
{font-size:9px;}



#endlinks  a
{	
	color: #999;
}
#endlink a:hover
{color: yellow;}

