body {
	font-family: Arial, Trebuchet MS;
	letter-spacing: 0.5;
	background-image: url(../images/blue_back.gif);
	background-repeat: repeat-x;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

a {
	color: #20c3e5;
	text-decoration : underline;
}


a:hover{
  color: #000000;
  text-decoration : underline;
}

h1 {
	font-size: 16px;
}

.main	{
	font-size: 12px;
}
	
.panel_separator
	{
	border-bottom: 1 dashed #20c3e5;
}

.panel_home
	{
	background-image: url(../images/amy.jpg);
}



