
@import url("fonts/fonts.css");
body{
	background-color:#efffef;
	font-family: Arial,Helvetica,Sans-serif;
	padding:0px;
	margin:0px;
}
img.title{
	width:500px;
}

h1.title{
	width:500px;
	font-size:75px;
	font-weight: normal;
	letter-spacing:0.11em;
	font-family: Vollkorn, serif;
	text-shadow: #686 0px 3px 3px;
	padding: 10px;
	margin: 0px;
	margin-top: 17px;
}
.content a{color:#6F806F;text-decoration:none;}
.content{
	background-color:#d0f0d0;
	background-image: url("home.png");
	border:1px #c0e0c0 solid;
	color: #546354;
	font-weight:bold;
	width:560px;
	height:360px;
}
table{
	border:#6F806F 0px solid;
	font-family:Vera;
	width:300px;
	margin-left:150px;
/*	background-color:#D0F0d0;*/
}
td.url{
	color: #000000;
	font-size:14px;

	font-style:italic;
	text-align:right;
}
td.desc{
	font-size:13px;
	text-align:right;
	border: 1px #8fa88f solid;
	background-color: #d3f3d3;
}

