@import url("layout.css");
@import url("content.css");
@import url("navigation.css");


html{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body
{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	text-align: left;
	font-family: Arial ,Verdana, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color:#aaaaaa;

	
}

a:link, a:visited
{
	color: #aaaaaa;
	text-decoration: none;
	border:none;
}

a:hover, a:active, a:focus
{
	color: #999999;
	text-decoration: none;
	border:none;
}


img
{
	border:none;
}




